summaryrefslogtreecommitdiff
path: root/src/commands/sentinel-is-master-down-by-addr.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/sentinel-is-master-down-by-addr.json')
-rw-r--r--src/commands/sentinel-is-master-down-by-addr.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/commands/sentinel-is-master-down-by-addr.json b/src/commands/sentinel-is-master-down-by-addr.json
index af5ce9ad5..456ad183a 100644
--- a/src/commands/sentinel-is-master-down-by-addr.json
+++ b/src/commands/sentinel-is-master-down-by-addr.json
@@ -11,6 +11,24 @@
"ADMIN",
"SENTINEL",
"ONLY_SENTINEL"
+ ],
+ "arguments": [
+ {
+ "name": "ip",
+ "type": "string"
+ },
+ {
+ "name": "port",
+ "type": "integer"
+ },
+ {
+ "name": "current-epoch",
+ "type": "integer"
+ },
+ {
+ "name": "runid",
+ "type": "string"
+ }
]
}
}