summaryrefslogtreecommitdiff
path: root/src/commands/zremrangebyscore.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/zremrangebyscore.json')
-rw-r--r--src/commands/zremrangebyscore.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/zremrangebyscore.json b/src/commands/zremrangebyscore.json
index d5ca40c42..aed5d1bba 100644
--- a/src/commands/zremrangebyscore.json
+++ b/src/commands/zremrangebyscore.json
@@ -1,6 +1,6 @@
{
"ZREMRANGEBYSCORE": {
- "summary": "Remove all members in a sorted set within the given scores",
+ "summary": "Removes members in a sorted set within a range of scores. 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": "1.2.0",