summaryrefslogtreecommitdiff
path: root/src/commands/sentinel-info-cache.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/sentinel-info-cache.json')
-rw-r--r--src/commands/sentinel-info-cache.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/commands/sentinel-info-cache.json b/src/commands/sentinel-info-cache.json
index db63ae25e..5c7855663 100644
--- a/src/commands/sentinel-info-cache.json
+++ b/src/commands/sentinel-info-cache.json
@@ -4,13 +4,20 @@
"complexity": "O(N) where N is the number of instances",
"group": "sentinel",
"since": "3.2.0",
- "arity": 3,
+ "arity": -3,
"container": "SENTINEL",
"function": "sentinelCommand",
"command_flags": [
"ADMIN",
"SENTINEL",
"ONLY_SENTINEL"
+ ],
+ "arguments": [
+ {
+ "name": "nodename",
+ "type": "string",
+ "multiple": true
+ }
]
}
}