We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c987e1a commit 3be7b1dCopy full SHA for 3be7b1d
redis/commands/cluster.py
@@ -271,7 +271,7 @@ def cluster_delslotsrange(self, *slots):
271
"""
272
Similar to the CLUSTER DELSLOTS command.
273
The difference is that CLUSTER DELSLOTS takes a list of hash slots to remove
274
- from the node, while CLUSTER DELSLOTSRANGE takes a list of slot ranges to remove
+ from the node, while CLUSTER DELSLOTSRANGE takes a list of slot ranges to remove
275
from the node.
276
277
For more information check https://redis.io/commands/cluster-delslotsrange
0 commit comments