From dcacc00e3750300617ba6e16eb346713f91a783a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 21 Jan 2026 22:52:54 +0100 Subject: Remove testing data --- .../src/commands/cluster-keyslot.json | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 examples/redis-unstable/src/commands/cluster-keyslot.json (limited to 'examples/redis-unstable/src/commands/cluster-keyslot.json') 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 - } - } -} -- cgit v1.2.3