summaryrefslogtreecommitdiff
path: root/examples/redis-unstable/src/commands/cluster-delslots.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/src/commands/cluster-delslots.json')
-rw-r--r--examples/redis-unstable/src/commands/cluster-delslots.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/examples/redis-unstable/src/commands/cluster-delslots.json b/examples/redis-unstable/src/commands/cluster-delslots.json
deleted file mode 100644
index 0732d2b..0000000
--- a/examples/redis-unstable/src/commands/cluster-delslots.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "DELSLOTS": {
- "summary": "Sets hash slots as unbound for a node.",
- "complexity": "O(N) where N is the total number of hash slot arguments",
- "group": "cluster",
- "since": "3.0.0",
- "arity": -3,
- "container": "CLUSTER",
- "function": "clusterCommand",
- "command_flags": [
- "NO_ASYNC_LOADING",
- "ADMIN",
- "STALE"
- ],
- "arguments": [
- {
- "name": "slot",
- "type": "integer",
- "multiple": true
- }
- ],
- "reply_schema": {
- "const": "OK"
- }
- }
-}