1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

9 Commits

Author SHA1 Message Date
Leibale
2d8c0f0b79 getting ready for a beta release :) 2023-11-09 19:12:29 -05:00
Leibale
817818aa91 WIP 2023-10-23 15:05:16 -04:00
Leibale
7b3c393b50 GRAPH.QUERY 2023-08-01 15:32:37 -04:00
Leibale
418f1f9ac8 fix graph 2023-07-13 14:13:23 -04:00
Leibale
3fa7717a7d graph 2023-07-10 12:20:40 -04:00
dovi
ddc44d3c49 fix GRAPH 2023-07-05 15:17:45 -04:00
Leibale Eidelman
1c6d74ffcb fix #2189 - add graph --compact support (#2305)
* fix #2189 - add graph --compact support

* clean code

* fix graph string param escaping

* fix "is not assignable to parameter of type 'GraphClientType'"

* fix README
2022-11-01 15:45:35 -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
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