summaryrefslogtreecommitdiff
path: root/src/commands/zscan.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/zscan.json')
-rw-r--r--src/commands/zscan.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/zscan.json b/src/commands/zscan.json
index ca4a7dd2a..7c69ccf65 100644
--- a/src/commands/zscan.json
+++ b/src/commands/zscan.json
@@ -1,6 +1,6 @@
{
"ZSCAN": {
- "summary": "Incrementally iterate sorted sets elements and associated scores",
+ "summary": "Iterates over members and scores of a sorted set.",
"complexity": "O(1) for every call. O(N) for a complete iteration, including enough command calls for the cursor to return back to 0. N is the number of elements inside the collection.",
"group": "sorted_set",
"since": "2.8.0",