summaryrefslogtreecommitdiff
path: root/src/commands/command-list.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/command-list.json')
-rw-r--r--src/commands/command-list.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/command-list.json b/src/commands/command-list.json
index 5d6be8071..b85a9a5d7 100644
--- a/src/commands/command-list.json
+++ b/src/commands/command-list.json
@@ -1,6 +1,6 @@
{
"LIST": {
- "summary": "Get an array of Redis command names",
+ "summary": "Returns a list of command names.",
"complexity": "O(N) where N is the total number of Redis commands",
"group": "server",
"since": "7.0.0",