Leibale
5b086ba358
get ready for beta release
2023-11-09 21:08:53 -05:00
Leibale
2d8c0f0b79
getting ready for a beta release :)
2023-11-09 19:12:29 -05:00
Leibale
98970fab2e
FT.CURSOR READ
2023-11-06 14:06:54 -05:00
Leibale
ebca66d6f6
WIP
2023-11-01 14:09:58 -04:00
Leibale
817818aa91
WIP
2023-10-23 15:05:16 -04:00
Leibale
42b05b025b
fix all FT.SUGGET variations
2023-10-11 17:04:13 -04:00
Leibale
77308ed670
fix for last commit
2023-10-03 13:24:00 -04:00
Leibale
ab3489841e
FT.CONFIG GET
2023-10-03 13:21:53 -04:00
Leibale
819ca71538
Merge branch 'master' of github.com:redis/node-redis into v5
2023-09-19 18:57:28 -04:00
Brett Burch
a217cc1a88
Add support for FT.SEARCH NOCONTENT
( #2610 )
...
* Add support for NOCONTENT in FT.SEARCH
* Move support for NOCONTENT search option from client.search to client.searchNoContent
* Add test for SEARCH_NOCONTENT#transformReply
* Fix typo
* Enable test
* Update test field type
---------
Co-authored-by: Leibale <me@leibale.com >
2023-09-18 18:33:17 -04:00
Leibale
266d635a60
add node:
to node "core modules" imports
2023-09-18 15:03:07 -04:00
Leibale
3fa54fef58
fix #2614 - add support for RediSearch GEOSHAPE fields
2023-09-18 12:40:12 -04:00
Leibale
fd016ee1b2
some json and search commands
2023-08-01 14:29:34 -04:00
Leibale
cf38f512b8
some RediSearch commands
2023-07-31 17:34:45 -04:00
Leibale
689c6a576c
remove .only
2023-07-27 12:59:25 -04:00
Leibale
7ce9e9bf25
FT.CREATE
2023-07-27 12:58:07 -04:00
dovi
d2b0b4e5b0
more commands
2023-07-10 12:29:36 -04:00
dovi
e64946566a
more commands
2023-07-06 15:51:12 -04:00
Leibale
de53b96ba6
Merge branch 'master' of github.com:redis/node-redis into v5
2023-06-19 18:11:46 -04:00
fast-facts
85091cde5a
Add count
option to FT.CURSOR READ
( #2492 )
...
* feat: Add count option to FT.CURSOR READ
* Update CURSOR_READ.spec.ts
---------
Co-authored-by: Leibale Eidelman <me@leibale.com >
2023-05-21 08:08:27 -04:00
Nanak
8d37c115e6
Add support for TIMEOUT
in FT.AGGREGATE
and FT.SEARCH
( #2488 )
...
* #2486 : add timeout as optional param in FT.Search
* return timeout from aggregate
* add test case for TIMEOUT in aggregate
* add TIMEOUT option in search file
* add test cases for TIMEOUT option in search file
* uodate search/aggregates to add timeout when it is not undefuned
* update search to add timeout when it is not undefuned
* update test case for AGGREGATE
2023-05-21 08:01:17 -04:00
Leibale
9faa3e77c4
WIP
2023-04-23 07:56:15 -04:00
Leibale Eidelman
d65a641b2d
revert 1d8302c9db
2023-03-17 09:52:30 -04:00
Carl Hopf
1d8302c9db
FT.CREATE
- set FIRST_KEY_INDEX
to 1
(#2440 )
2023-03-14 12:37:13 -04:00
Leibale Eidelman
26e057ebf9
fix FT.SEARCH RETURN [] ( #2421 )
...
* ref #2419 - fix FT.SEARCH RETURN []
* fix transformReply
* fix PROFILE SEARCH as well
* fix PROFILE SEARCH preserve
* move preserve login to `pushSearchOptions`
* attach preserve only if true
* fix RETURN: [] test
2023-02-24 17:33:33 -05:00
Leibale Eidelman
a1dfa22517
fix #2364 - fix FT.SEARCH RETURN [] ( #2366 )
...
* fix #2364 - fix FT.SEARCH RETURN []
* remove console.log
2023-01-18 12:54:42 -05:00
Leibale Eidelman
ce1b8f7f4e
ref #1982 - fix redisearch schema types ( #2348 )
2022-12-14 17:11:28 -05:00
Vladimir Chuprazov
ab69c81c36
fix(search): fix types for sort ( #2343 )
2022-12-14 17:03:30 -05:00
Leibale Eidelman
1fdee05dd2
close #2166 - add support for cursor api ( #2217 )
2022-08-15 08:40:03 -04:00
Leibale Eidelman
60ad6aab0b
close #2210 - add support for FT.CREATE WITHSUFFIXTRIE ( #2212 )
2022-07-28 13:29:57 -04:00
Leibale Eidelman
6a850d36ae
upgrade deps, fix "invalid save argument" error ( #2174 )
2022-06-30 13:07:29 -04:00
Leibale Eidelman
0752f143a6
prepare 4.1.0 ( #2111 )
...
* increase test coverage
* @node-redis to @redis
* ugprade deps
* fix benchmark
* use 7.0 docker (not rc), update readmes, clean code, fix @-redis import
* update readme
* fix function in cluster
* update docs
Co-authored-by: Chayim <chayim@users.noreply.github.com >
* Update clustering.md
* add subpackages move warning
* drop support for node 12
* upgrade deps
* fix tsconfig.base.json
Co-authored-by: Chayim <chayim@users.noreply.github.com >
2022-05-02 11:48:12 -04:00
Leibale Eidelman
4d1a86543b
remove console.log ( #2083 )
2022-04-18 12:28:36 -04:00
Leibale Eidelman
d8e9da0f8e
support for buffers in redisearch params ( #2073 )
2022-04-06 05:33:50 -04:00
Leibale Eidelman
0f65690e85
Remove console.log ( #2068 )
2022-04-03 10:11:22 -04:00
Avital Fine
4683e969b8
Support Vector Similarity ( #1785 )
...
* ft.alter
* support paramas
* remove only and skip
* merge
* fix imports
* add Vector field
* update version
* push attributes
* typo
* test
* version check
* remove .only
* remove unued import
* add support for DIALECT
* clean code
Co-authored-by: Avital-Fine <avital.fine@redis.com >
Co-authored-by: leibale <leibale1998@gmail.com >
2022-03-31 07:13:06 -04:00
Simon Prickett
f738ac56b3
Fixed what I think are a couple of typos -> SORTBT
-> SORTBY
. ( #1987 )
...
* Fixed what I think are a couple of typos -> `SORTBT` -> `SORTBY`.
Fixed what I think are a couple of typos -> `SORTBT` -> `SORTBY`.
* Update index.spec.ts
Co-authored-by: Leibale Eidelman <leibale1998@gmail.com >
2022-02-15 16:09:23 -05:00
Leibale Eidelman
9e904eb862
fix #1891 - fix ft.create type ( #1901 )
2022-02-14 15:06:05 -05:00
Leibale Eidelman
e265c521e8
export RediSearchSchema type ( #1825 )
...
* export RediSearchSchema type
* export SearchOptions and SearchReply
2022-02-07 15:28:09 -05:00
Leibale Eidelman
3547b20293
Graph ( #1887 )
...
* init
* implement graph commands
* add graph to packages table
* fix ts.infoDebug
* fix redisearch tests
* Update INFO_DEBUG.ts
* fix INFO.spec.ts
* test QUERY and SLOWLOG
Co-authored-by: Avital-Fine <avital.fine@redis.com >
2022-01-31 12:52:19 -05:00
Leibale Eidelman
cf6d653037
fix RediSearch SEPARATOR typo ( #1824 )
2022-01-12 08:41:01 -05:00
Nathan Němec
4859aa722d
SEPARATOR typo fix ( #1823 )
...
* SEPARATOR typo fix
* SEPARATOR typo fix
2022-01-12 08:16:47 -05:00
leibale
a0de7967f9
buffers, buffers everywhere...
2021-12-20 14:47:51 -05:00
leibale
a1bed9a10f
add buffer support to a bunch of commands
2021-12-15 17:08:50 -05:00
leibale
c0db4226e7
remove unused import
2021-12-13 15:56:42 -05:00
Avital Fine
01e66e7c8f
Search commands ( #1778 )
...
* ft.alter
* ft.profile
2021-12-13 16:28:04 +01:00
leibale
cba0289ff7
fix FT.SEARCH
2021-11-30 21:34:37 -05:00
leibale
70872d8839
fix for a45311416d
- fix FT.SEARCH
2021-11-30 21:28:04 -05:00
leibale
a45311416d
fix for 592714fb00
- "fix tests"
2021-11-30 19:21:02 -05:00
leibale
592714fb00
fix #1749 - FT.SEARCH SORTBY
2021-11-30 19:10:06 -05:00