diff options
author | Huang Zhw <huang_zhw@126.com> | 2022-08-28 16:24:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-28 11:24:47 +0300 |
commit | a7da7473cbd791589b943f38dcb855404a872928 (patch) | |
tree | d553e576453418af8d56ca4a0bcaefe825bd49ed /src/commands/cluster-delslotsrange.json | |
parent | 246f44d723fd3ca17fa0a47871e6f5dfab55e3bd (diff) | |
download | redis-a7da7473cbd791589b943f38dcb855404a872928.tar.gz |
Remove the NONDETERMINISTIC_OUTPUT flag from most CLUSTER sub-commands. (#11157)
TLDR: the CLUSTER command originally had the `random` flag,
so all the sub-commands initially got that new flag, but in fact many
of them don't need it.
The only effect of this change is on the output of COMMAND INFO.
Diffstat (limited to 'src/commands/cluster-delslotsrange.json')
-rw-r--r-- | src/commands/cluster-delslotsrange.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/commands/cluster-delslotsrange.json b/src/commands/cluster-delslotsrange.json index 116d4ff1c..68a620d69 100644 --- a/src/commands/cluster-delslotsrange.json +++ b/src/commands/cluster-delslotsrange.json @@ -12,9 +12,6 @@ "ADMIN", "STALE" ], - "command_tips": [ - "NONDETERMINISTIC_OUTPUT" - ], "arguments": [ { "name": "range", |