1
0
mirror of https://github.com/redis/node-redis.git synced 2025-07-31 05:44:24 +03:00

refactor!: Remove graph module (#2897)

https://redis.io/blog/redisgraph-eol/
This commit is contained in:
Bobby I.
2025-03-18 14:27:37 +02:00
committed by GitHub
parent 8b4ed0059a
commit ca85f8268d
35 changed files with 0 additions and 1196 deletions

View File

@ -211,10 +211,6 @@ In v5, any unwritten commands (in the same pipeline) will be discarded.
- `TOPK.QUERY`: `Array<number>` -> `Array<boolean>`
### Graph
- `GRAPH.SLOWLOG`: `timestamp` has been changed from `Date` to `number`
### JSON
- `JSON.ARRINDEX`: `start` and `end` arguments moved to `{ range: { start: number; end: number; }; }` [^future-proofing]