diff options
Diffstat (limited to 'examples/redis-unstable/src/commands/cluster-flushslots.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/cluster-flushslots.json | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/redis-unstable/src/commands/cluster-flushslots.json b/examples/redis-unstable/src/commands/cluster-flushslots.json deleted file mode 100644 index 09902ad..0000000 --- a/examples/redis-unstable/src/commands/cluster-flushslots.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "FLUSHSLOTS": { - "summary": "Deletes all slots information from a node.", - "complexity": "O(1)", - "group": "cluster", - "since": "3.0.0", - "arity": 2, - "container": "CLUSTER", - "function": "clusterCommand", - "command_flags": [ - "NO_ASYNC_LOADING", - "ADMIN", - "STALE" - ], - "reply_schema": { - "const": "OK" - } - } -} |
