summaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
authorBinbin <binloveplay1314@qq.com>2022-03-07 23:59:51 +0800
committerGitHub <noreply@github.com>2022-03-07 17:59:51 +0200
commit7ef68cd5ec23f1d03657cb43a0966d4e7ff877d1 (patch)
tree1566411e2071924945a7d4139c95058a9a23049e /src/commands
parent23f03e7965649ca3bbdac8d5e9bd64f4e8c37b2c (diff)
downloadredis-7ef68cd5ec23f1d03657cb43a0966d4e7ff877d1.tar.gz
Add missing doc_flags to cluster-slaves (#10387)
Add `DEPRECATED` doc_flag.
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/cluster-slaves.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/commands/cluster-slaves.json b/src/commands/cluster-slaves.json
index 8f83dce66..0ea77a876 100644
--- a/src/commands/cluster-slaves.json
+++ b/src/commands/cluster-slaves.json
@@ -9,6 +9,9 @@
"function": "clusterCommand",
"deprecated_since": "5.0.0",
"replaced_by": "`CLUSTER REPLICAS`",
+ "doc_flags": [
+ "DEPRECATED"
+ ],
"command_flags": [
"ADMIN",
"STALE"