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-addslotsrange.json | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 examples/redis-unstable/src/commands/cluster-addslotsrange.json (limited to 'examples/redis-unstable/src/commands/cluster-addslotsrange.json') diff --git a/examples/redis-unstable/src/commands/cluster-addslotsrange.json b/examples/redis-unstable/src/commands/cluster-addslotsrange.json deleted file mode 100644 index 4ff8a40..0000000 --- a/examples/redis-unstable/src/commands/cluster-addslotsrange.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "ADDSLOTSRANGE": { - "summary": "Assigns new hash slot ranges to a node.", - "complexity": "O(N) where N is the total number of the slots between the start slot and end slot arguments.", - "group": "cluster", - "since": "7.0.0", - "arity": -4, - "container": "CLUSTER", - "function": "clusterCommand", - "command_flags": [ - "NO_ASYNC_LOADING", - "ADMIN", - "STALE" - ], - "arguments": [ - { - "name": "range", - "type": "block", - "multiple": true, - "arguments": [ - { - "name": "start-slot", - "type": "integer" - }, - { - "name": "end-slot", - "type": "integer" - } - ] - } - ], - "reply_schema": { - "const": "OK" - } - } -} -- cgit v1.2.3