You've already forked node-redis
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:
@ -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]
|
||||
|
Reference in New Issue
Block a user