summaryrefslogtreecommitdiff
path: root/src/commands/zrevrangebyscore.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/zrevrangebyscore.json')
-rw-r--r--src/commands/zrevrangebyscore.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/zrevrangebyscore.json b/src/commands/zrevrangebyscore.json
index 163faec57..ab040527e 100644
--- a/src/commands/zrevrangebyscore.json
+++ b/src/commands/zrevrangebyscore.json
@@ -1,6 +1,6 @@
{
"ZREVRANGEBYSCORE": {
- "summary": "Return a range of members in a sorted set, by score, with scores ordered from high to low",
+ "summary": "Returns members in a sorted set within a range of scores in reverse order.",
"complexity": "O(log(N)+M) with N being the number of elements in the sorted set and M the number of elements being returned. If M is constant (e.g. always asking for the first 10 elements with LIMIT), you can consider it O(log(N)).",
"group": "sorted_set",
"since": "2.2.0",