summaryrefslogtreecommitdiff
path: root/src/commands/zrangebyscore.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/zrangebyscore.json')
-rw-r--r--src/commands/zrangebyscore.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/zrangebyscore.json b/src/commands/zrangebyscore.json
index b603db4da..557ef1dc6 100644
--- a/src/commands/zrangebyscore.json
+++ b/src/commands/zrangebyscore.json
@@ -1,6 +1,6 @@
{
"ZRANGEBYSCORE": {
- "summary": "Return a range of members in a sorted set, by score",
+ "summary": "Returns members in a sorted set within a range of scores.",
"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": "1.0.5",