summaryrefslogtreecommitdiff
path: root/src/commands/sentinel-master.json
diff options
context:
space:
mode:
authorWen Hui <wen.hui.ware@gmail.com>2022-03-15 12:38:07 -0400
committerGitHub <noreply@github.com>2022-03-15 18:38:07 +0200
commitc30de7073cca2bc106a261a5ddfc8be546ea0e3d (patch)
tree94b4ec0193fa617599fd7b255720dbe196145e1a /src/commands/sentinel-master.json
parent1078e30c5ff0e13e18192faada8efe3e97299db3 (diff)
downloadredis-c30de7073cca2bc106a261a5ddfc8be546ea0e3d.tar.gz
Sentinel: update command json files (#10374)
Diffstat (limited to 'src/commands/sentinel-master.json')
-rw-r--r--src/commands/sentinel-master.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/commands/sentinel-master.json b/src/commands/sentinel-master.json
index 6935332d3..ec10f43fd 100644
--- a/src/commands/sentinel-master.json
+++ b/src/commands/sentinel-master.json
@@ -11,6 +11,12 @@
"ADMIN",
"SENTINEL",
"ONLY_SENTINEL"
+ ],
+ "arguments": [
+ {
+ "name": "master-name",
+ "type": "string"
+ }
]
}
}