summaryrefslogtreecommitdiff
path: root/examples/redis-unstable/src/commands/sentinel-remove.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/src/commands/sentinel-remove.json')
-rw-r--r--examples/redis-unstable/src/commands/sentinel-remove.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/redis-unstable/src/commands/sentinel-remove.json b/examples/redis-unstable/src/commands/sentinel-remove.json
deleted file mode 100644
index 1fe084f..0000000
--- a/examples/redis-unstable/src/commands/sentinel-remove.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "REMOVE": {
- "summary": "Stops monitoring.",
- "complexity": "O(1)",
- "group": "sentinel",
- "since": "2.8.4",
- "arity": 3,
- "container": "SENTINEL",
- "function": "sentinelCommand",
- "command_flags": [
- "ADMIN",
- "SENTINEL",
- "ONLY_SENTINEL"
- ],
- "reply_schema": {
- "const": "OK"
- },
- "arguments": [
- {
- "name": "master-name",
- "type": "string"
- }
- ]
- }
-}