summaryrefslogtreecommitdiff
path: root/src/commands/hget.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/hget.json')
-rw-r--r--src/commands/hget.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/hget.json b/src/commands/hget.json
index 101a38ab4..a041143ec 100644
--- a/src/commands/hget.json
+++ b/src/commands/hget.json
@@ -1,6 +1,6 @@
{
"HGET": {
- "summary": "Get the value of a hash field",
+ "summary": "Returns the value of a field in a hash.",
"complexity": "O(1)",
"group": "hash",
"since": "2.0.0",