summaryrefslogtreecommitdiff
path: root/src/commands/hmget.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/hmget.json')
-rw-r--r--src/commands/hmget.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/hmget.json b/src/commands/hmget.json
index 7a31598a7..73fa9c311 100644
--- a/src/commands/hmget.json
+++ b/src/commands/hmget.json
@@ -1,6 +1,6 @@
{
"HMGET": {
- "summary": "Get the values of all the given hash fields",
+ "summary": "Returns the values of all fields in a hash.",
"complexity": "O(N) where N is the number of fields being requested.",
"group": "hash",
"since": "2.0.0",