summaryrefslogtreecommitdiff
path: root/src/commands/scan.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/scan.json')
-rw-r--r--src/commands/scan.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/scan.json b/src/commands/scan.json
index bdf27a575..ca9adf5b4 100644
--- a/src/commands/scan.json
+++ b/src/commands/scan.json
@@ -1,6 +1,6 @@
{
"SCAN": {
- "summary": "Incrementally iterate the keys space",
+ "summary": "Iterates over the key names in the database.",
"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": "generic",
"since": "2.8.0",