summaryrefslogtreecommitdiff
path: root/src/commands/hgetall.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/hgetall.json')
-rw-r--r--src/commands/hgetall.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/hgetall.json b/src/commands/hgetall.json
index 03373ae77..9bbf835a3 100644
--- a/src/commands/hgetall.json
+++ b/src/commands/hgetall.json
@@ -1,6 +1,6 @@
{
"HGETALL": {
- "summary": "Get all the fields and values in a hash",
+ "summary": "Returns all fields and values in a hash.",
"complexity": "O(N) where N is the size of the hash.",
"group": "hash",
"since": "2.0.0",