summaryrefslogtreecommitdiff
path: root/src/commands/zrangebylex.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/zrangebylex.json')
-rw-r--r--src/commands/zrangebylex.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/zrangebylex.json b/src/commands/zrangebylex.json
index d9d8a3a19..5949b8716 100644
--- a/src/commands/zrangebylex.json
+++ b/src/commands/zrangebylex.json
@@ -1,6 +1,6 @@
{
"ZRANGEBYLEX": {
- "summary": "Return a range of members in a sorted set, by lexicographical range",
+ "summary": "Returns members in a sorted set within a lexicographical range.",
"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.8.9",