summaryrefslogtreecommitdiff
path: root/examples/redis-unstable/src/commands/cluster-keyslot.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/src/commands/cluster-keyslot.json')
-rw-r--r--examples/redis-unstable/src/commands/cluster-keyslot.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/redis-unstable/src/commands/cluster-keyslot.json b/examples/redis-unstable/src/commands/cluster-keyslot.json
deleted file mode 100644
index e51b643..0000000
--- a/examples/redis-unstable/src/commands/cluster-keyslot.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "KEYSLOT": {
- "summary": "Returns the hash slot for a key.",
- "complexity": "O(N) where N is the number of bytes in the key",
- "group": "cluster",
- "since": "3.0.0",
- "arity": 3,
- "container": "CLUSTER",
- "function": "clusterCommand",
- "command_flags": [
- "STALE"
- ],
- "arguments": [
- {
- "name": "key",
- "type": "string"
- }
- ],
- "reply_schema": {
- "description": "The hash slot number for the specified key",
- "type": "integer",
- "minimum": 0
- }
- }
-}