summaryrefslogtreecommitdiff
path: root/src/commands/zrevrange.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/zrevrange.json')
-rw-r--r--src/commands/zrevrange.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/zrevrange.json b/src/commands/zrevrange.json
index 725abf8d7..116fe82b2 100644
--- a/src/commands/zrevrange.json
+++ b/src/commands/zrevrange.json
@@ -1,6 +1,6 @@
{
"ZREVRANGE": {
- "summary": "Return a range of members in a sorted set, by index, with scores ordered from high to low",
+ "summary": "Returns members in a sorted set within a range of indexes 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 returned.",
"group": "sorted_set",
"since": "1.2.0",