summaryrefslogtreecommitdiff
path: root/examples/redis-unstable/src/commands/sentinel-master.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/src/commands/sentinel-master.json')
-rw-r--r--examples/redis-unstable/src/commands/sentinel-master.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/examples/redis-unstable/src/commands/sentinel-master.json b/examples/redis-unstable/src/commands/sentinel-master.json
deleted file mode 100644
index 8ca446d..0000000
--- a/examples/redis-unstable/src/commands/sentinel-master.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "MASTER": {
- "summary": "Returns the state of a master Redis instance.",
- "complexity": "O(1)",
- "group": "sentinel",
- "since": "2.8.4",
- "arity": 3,
- "container": "SENTINEL",
- "function": "sentinelCommand",
- "command_flags": [
- "ADMIN",
- "SENTINEL",
- "ONLY_SENTINEL"
- ],
- "reply_schema": {
- "type": "object",
- "description": "The state and info of the specified master.",
- "additionalProperties": {
- "type": "string"
- }
- },
- "arguments": [
- {
- "name": "master-name",
- "type": "string"
- }
- ]
- }
-}