summaryrefslogtreecommitdiff
path: root/src/commands/command-getkeys.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/command-getkeys.json')
-rw-r--r--src/commands/command-getkeys.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/command-getkeys.json b/src/commands/command-getkeys.json
index 92c95252d..88103c5e6 100644
--- a/src/commands/command-getkeys.json
+++ b/src/commands/command-getkeys.json
@@ -1,6 +1,6 @@
{
"GETKEYS": {
- "summary": "Extract keys given a full Redis command",
+ "summary": "Extracts the key names from an arbitrary command.",
"complexity": "O(N) where N is the number of arguments to the command",
"group": "server",
"since": "2.8.13",