summaryrefslogtreecommitdiff
path: root/src/commands/sentinel-master.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/sentinel-master.json')
-rw-r--r--src/commands/sentinel-master.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/commands/sentinel-master.json b/src/commands/sentinel-master.json
new file mode 100644
index 000000000..6935332d3
--- /dev/null
+++ b/src/commands/sentinel-master.json
@@ -0,0 +1,16 @@
+{
+ "MASTER": {
+ "summary": "Shows the state of a master",
+ "complexity": "O(1)",
+ "group": "sentinel",
+ "since": "2.8.4",
+ "arity": 3,
+ "container": "SENTINEL",
+ "function": "sentinelCommand",
+ "command_flags": [
+ "ADMIN",
+ "SENTINEL",
+ "ONLY_SENTINEL"
+ ]
+ }
+}