diff options
Diffstat (limited to 'examples/redis-unstable/src/commands/sentinel-set.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/sentinel-set.json | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/examples/redis-unstable/src/commands/sentinel-set.json b/examples/redis-unstable/src/commands/sentinel-set.json deleted file mode 100644 index 3e86196..0000000 --- a/examples/redis-unstable/src/commands/sentinel-set.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "SET": { - "summary": "Changes the configuration of a monitored Redis master.", - "complexity": "O(1)", - "group": "sentinel", - "since": "2.8.4", - "arity": -5, - "container": "SENTINEL", - "function": "sentinelCommand", - "command_flags": [ - "ADMIN", - "SENTINEL", - "ONLY_SENTINEL" - ], - "reply_schema": { - "const": "OK" - }, - "arguments": [ - { - "name": "master-name", - "type": "string" - }, - { - "name": "data", - "type": "block", - "multiple": true, - "arguments": [ - { - "name": "option", - "type": "string" - }, - { - "name": "value", - "type": "string" - } - ] - } - ] - } -} |
