diff options
Diffstat (limited to 'examples/redis-unstable/src/commands/sentinel-failover.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/sentinel-failover.json | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/redis-unstable/src/commands/sentinel-failover.json b/examples/redis-unstable/src/commands/sentinel-failover.json deleted file mode 100644 index 8f50375..0000000 --- a/examples/redis-unstable/src/commands/sentinel-failover.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "FAILOVER": { - "summary": "Forces a Redis Sentinel failover.", - "group": "sentinel", - "since": "2.8.4", - "arity": 3, - "container": "SENTINEL", - "function": "sentinelCommand", - "command_flags": [ - "ADMIN", - "SENTINEL", - "ONLY_SENTINEL" - ], - "reply_schema": { - "const": "OK", - "description": "Force a fail over as if the master was not reachable, and without asking for agreement to other Sentinels." - }, - "arguments": [ - { - "name": "master-name", - "type": "string" - } - ] - } -} |
