1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-01 16:46:54 +03:00
Commit Graph

68 Commits

Author SHA1 Message Date
49fdb79897 Update doctest client with latest v4 release (#2844) 2024-09-29 13:19:06 +03:00
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
c5b6f77c33 exclude dist from coverage report 2022-12-26 13:35:37 -05:00
9dccd9a678 Update README.md 2022-12-26 05:22:01 -05:00
ce1b8f7f4e ref #1982 - fix redisearch schema types (#2348) 2022-12-14 17:11:28 -05:00
ab69c81c36 fix(search): fix types for sort (#2343) 2022-12-14 17:03:30 -05:00
29f734f60e upgrade dependencies (#2306) 2022-10-26 14:47:10 -04:00
3c3914adb8 Release search@1.1.0 2022-08-22 18:32:13 -04:00
35be671332 upgrade dependencies (#2242) 2022-08-22 18:23:43 -04:00
1fdee05dd2 close #2166 - add support for cursor api (#2217) 2022-08-15 08:40:03 -04:00
60ad6aab0b close #2210 - add support for FT.CREATE WITHSUFFIXTRIE (#2212) 2022-07-28 13:29:57 -04:00
9ffc30c727 upgrade deps 2022-07-05 11:42:43 -04:00
6a850d36ae upgrade deps, fix "invalid save argument" error (#2174) 2022-06-30 13:07:29 -04:00
ffc12344f5 Release search@1.0.6 2022-05-02 11:57:42 -04:00
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
432a7e3ebb upgrade deps (#2098) 2022-04-25 16:42:20 -04:00
79ee8f2029 upgrade dependencies (#2081) 2022-04-18 12:29:01 -04:00
4d1a86543b remove console.log (#2083) 2022-04-18 12:28:36 -04:00
d8e9da0f8e support for buffers in redisearch params (#2073) 2022-04-06 05:33:50 -04:00
0f65690e85 Remove console.log (#2068) 2022-04-03 10:11:22 -04:00
9b8f72a63c Release search@1.0.5 2022-03-31 14:48:06 +03:00
9f85da9369 Merge branch 'master' of github.com:redis/node-redis 2022-03-31 14:41:59 +03:00
57b5a9a7bd Release search@1.0.4 2022-03-31 14:27:42 +03:00
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
5ade5dadc0 upgrade dependencies (#2057)
* upgrade dependencies

* fix "Property 'uninstall' does not exist on type 'SinonFakeTimers'."
2022-03-27 16:27:05 -04:00
5900c9abad Release search@1.0.3 2022-02-21 20:43:41 -05:00
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
9e904eb862 fix #1891 - fix ft.create type (#1901) 2022-02-14 15:06:05 -05:00
e265c521e8 export RediSearchSchema type (#1825)
* export RediSearchSchema type

* export SearchOptions and SearchReply
2022-02-07 15:28:09 -05:00
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
84aebcca0f upgrade dependencies 2022-01-24 13:14:20 -05:00
a2299509a0 upgrade dependencies (#1863) 2022-01-20 16:23:31 -05:00
f91535fe2c Release search@1.0.2 2022-01-13 07:27:30 -05:00
075ae3a9c0 upgrade dependencies 2022-01-13 07:10:17 -05:00
cf6d653037 fix RediSearch SEPARATOR typo (#1824) 2022-01-12 08:41:01 -05:00
4859aa722d SEPARATOR typo fix (#1823)
* SEPARATOR typo fix

* SEPARATOR typo fix
2022-01-12 08:16:47 -05:00
29ff6c8a36 update dependencies 2021-12-30 14:13:38 -05:00
a0de7967f9 buffers, buffers everywhere... 2021-12-20 14:47:51 -05:00
a1bed9a10f add buffer support to a bunch of commands 2021-12-15 17:08:50 -05:00
c0db4226e7 remove unused import 2021-12-13 15:56:42 -05:00
1069ef3451 Release search@1.0.1 2021-12-13 15:40:13 -05:00
2449ad4197 update tsconfig.json 2021-12-13 15:37:31 -05:00
681d6ee7c9 Merge branch 'master' of github.com:redis/node-redis 2021-12-13 14:21:06 -05:00
7565ae349d fix generated documentation 2021-12-13 14:21:02 -05:00
01e66e7c8f Search commands (#1778)
* ft.alter

* ft.profile
2021-12-13 16:28:04 +01:00
cba0289ff7 fix FT.SEARCH 2021-11-30 21:34:37 -05:00
70872d8839 fix for a45311416d - fix FT.SEARCH 2021-11-30 21:28:04 -05:00
a45311416d fix for 592714fb00 - "fix tests" 2021-11-30 19:21:02 -05:00
592714fb00 fix #1749 - FT.SEARCH SORTBY 2021-11-30 19:10:06 -05:00
0315f9ca95 Release search@1.0.0 2021-11-24 21:54:40 -05:00