summaryrefslogtreecommitdiff
path: root/src/commands/zremrangebyrank.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/zremrangebyrank.json')
-rw-r--r--src/commands/zremrangebyrank.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/zremrangebyrank.json b/src/commands/zremrangebyrank.json
index 4e7744dff..7e668e8f6 100644
--- a/src/commands/zremrangebyrank.json
+++ b/src/commands/zremrangebyrank.json
@@ -1,6 +1,6 @@
{
"ZREMRANGEBYRANK": {
- "summary": "Remove all members in a sorted set within the given indexes",
+ "summary": "Removes members in a sorted set within a range of indexes. Deletes the sorted set if all members were removed.",
"complexity": "O(log(N)+M) with N being the number of elements in the sorted set and M the number of elements removed by the operation.",
"group": "sorted_set",
"since": "2.0.0",