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

graph docs

This commit is contained in:
Leibale
2023-07-10 12:23:14 -04:00
parent 3fa7717a7d
commit 384f6ca78f

View File

@@ -176,6 +176,7 @@ Some command arguments/replies have changed to align more closely to data types
- `XAUTOCLAIM`, `XCLAIM`, `XRANGE`, `XREVRANGE`: `Array<{ name: string; messages: Array<{ id: string; message: Record<string, string> }>; }>` -> `Record<string, Array<{ id: string; message: Record<string, string> }>>`
- `FT.SUGDEL`: [^boolean-to-number]
- `TOPK.QUERY`: `Array<number>` -> `Array<boolean>`
- `GRAPH.SLOWLOG`: `timestamp` has been changed from `Date` to `number`
[^enum-to-constants]: TODO