From 384f6ca78f019651ad3be238b103a8cbd9b0c1f9 Mon Sep 17 00:00:00 2001 From: Leibale Date: Mon, 10 Jul 2023 12:23:14 -0400 Subject: [PATCH] graph docs --- docs/v4-to-v5.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/v4-to-v5.md b/docs/v4-to-v5.md index 725b24d9ce..9536523ae0 100644 --- a/docs/v4-to-v5.md +++ b/docs/v4-to-v5.md @@ -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 }>; }>` -> `Record }>>` - `FT.SUGDEL`: [^boolean-to-number] - `TOPK.QUERY`: `Array` -> `Array` +- `GRAPH.SLOWLOG`: `timestamp` has been changed from `Date` to `number` [^enum-to-constants]: TODO