summaryrefslogtreecommitdiff
path: root/src/commands/zlexcount.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/zlexcount.json')
-rw-r--r--src/commands/zlexcount.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/zlexcount.json b/src/commands/zlexcount.json
index 5366441a6..8bf2884c9 100644
--- a/src/commands/zlexcount.json
+++ b/src/commands/zlexcount.json
@@ -1,6 +1,6 @@
{
"ZLEXCOUNT": {
- "summary": "Count the number of members in a sorted set between a given lexicographical range",
+ "summary": "Returns the number of members in a sorted set within a lexicographical range.",
"complexity": "O(log(N)) with N being the number of elements in the sorted set.",
"group": "sorted_set",
"since": "2.8.9",