summaryrefslogtreecommitdiff
path: root/src/commands/mget.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/mget.json')
-rw-r--r--src/commands/mget.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/mget.json b/src/commands/mget.json
index a5bd8c30e..a177853ca 100644
--- a/src/commands/mget.json
+++ b/src/commands/mget.json
@@ -1,6 +1,6 @@
{
"MGET": {
- "summary": "Get the values of all the given keys",
+ "summary": "Atomically returns the string values of one or more keys.",
"complexity": "O(N) where N is the number of keys to retrieve.",
"group": "string",
"since": "1.0.0",