summaryrefslogtreecommitdiff
path: root/src/commands/zcount.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/zcount.json')
-rw-r--r--src/commands/zcount.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/zcount.json b/src/commands/zcount.json
index 9ad8fdb24..0fdebd7df 100644
--- a/src/commands/zcount.json
+++ b/src/commands/zcount.json
@@ -1,6 +1,6 @@
{
"ZCOUNT": {
- "summary": "Count the members in a sorted set with scores within the given values",
+ "summary": "Returns the count of members in a sorted set that have scores within a range.",
"complexity": "O(log(N)) with N being the number of elements in the sorted set.",
"group": "sorted_set",
"since": "2.0.0",