From 292dc58e15f26c4ab5b85fe0e4fda80c455db028 Mon Sep 17 00:00:00 2001 From: Leibale Date: Tue, 12 Sep 2023 16:03:29 -0400 Subject: [PATCH] cluster v4-to-v5 --- docs/v4-to-v5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v4-to-v5.md b/docs/v4-to-v5.md index 1ad3aab8da..4130c65939 100644 --- a/docs/v4-to-v5.md +++ b/docs/v4-to-v5.md @@ -180,9 +180,9 @@ Some command arguments/replies have changed to align more closely to data types - `JSON.ARRINDEX`: `start` and `end` arguments moved to `{ range: { start: number; end: number; }; }` [^future-proofing] - `JSON.ARRPOP`: `path` and `index` arguments moved to `{ path: string; index: number; }` [^future-proofing] - `JSON.ARRLEN`, `JSON.CLEAR`, `JSON.DEBUG MEMORY`, `JSON.DEL`, `JSON.FORGET`, `JSON.OBJKEYS`, `JSON.OBJLEN`, `JSON.STRAPPEND`, `JSON.STRLEN`, `JSON.TYPE`: `path` argument moved to `{ path: string; }` [^future-proofing] -- : `path` argument moved to `{ path: string; }` [^future-proofing] - `TS.[M][REV]RANGE`: `enum TimeSeriesBucketTimestamp` -> `const TIME_SERIES_BUCKET_TIMESTAMP` [^enum-to-constants], `enum TimeSeriesReducers` -> `const TIME_SERIES_REDUCERS` [^enum-to-constants], the `ALIGN` argument has been moved into `AGGREGRATION` - `TS.SYNUPDATE`: `Array>` -> `Record>` +- `CLUSTER NODES`, `CLUSTER REPLICAS`, `CLUSTER INFO`: returning the raw `VerbatimStringReply` [^enum-to-constants]: TODO