summaryrefslogtreecommitdiffstats
path: root/src/commands/sentinel-remove.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/sentinel-remove.json')
-rw-r--r--src/commands/sentinel-remove.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/commands/sentinel-remove.json b/src/commands/sentinel-remove.json
new file mode 100644
index 0000000..2e655e7
--- /dev/null
+++ b/src/commands/sentinel-remove.json
@@ -0,0 +1,22 @@
+{
+ "REMOVE": {
+ "summary": "Stop monitoring",
+ "complexity": "O(1)",
+ "group": "sentinel",
+ "since": "2.8.4",
+ "arity": 3,
+ "container": "SENTINEL",
+ "function": "sentinelCommand",
+ "command_flags": [
+ "ADMIN",
+ "SENTINEL",
+ "ONLY_SENTINEL"
+ ],
+ "arguments": [
+ {
+ "name": "master-name",
+ "type": "string"
+ }
+ ]
+ }
+}