summaryrefslogtreecommitdiff
path: root/src/commands/keys.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/keys.json')
-rw-r--r--src/commands/keys.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/keys.json b/src/commands/keys.json
index cedf3ce7f..9dd4e1101 100644
--- a/src/commands/keys.json
+++ b/src/commands/keys.json
@@ -1,6 +1,6 @@
{
"KEYS": {
- "summary": "Find all keys matching the given pattern",
+ "summary": "Returns all key names that match a pattern.",
"complexity": "O(N) with N being the number of keys in the database, under the assumption that the key names in the database and the given pattern have limited length.",
"group": "generic",
"since": "1.0.0",