summaryrefslogtreecommitdiff
path: root/redis/cluster.py
diff options
context:
space:
mode:
Diffstat (limited to 'redis/cluster.py')
-rw-r--r--redis/cluster.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/redis/cluster.py b/redis/cluster.py
index b6e2ab2..cfec4fc 100644
--- a/redis/cluster.py
+++ b/redis/cluster.py
@@ -311,6 +311,7 @@ class RedisCluster(RedisClusterCommands):
[
"CLUSTER COUNTKEYSINSLOT",
"CLUSTER DELSLOTS",
+ "CLUSTER DELSLOTSRANGE",
"CLUSTER GETKEYSINSLOT",
"CLUSTER SETSLOT",
],
@@ -324,6 +325,7 @@ class RedisCluster(RedisClusterCommands):
"CLUSTER COUNT-FAILURE-REPORTS": int,
"CLUSTER COUNTKEYSINSLOT": int,
"CLUSTER DELSLOTS": bool,
+ "CLUSTER DELSLOTSRANGE": bool,
"CLUSTER FAILOVER": bool,
"CLUSTER FORGET": bool,
"CLUSTER GETKEYSINSLOT": list,