summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/hkeys.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/hkeys.md')
-rw-r--r--iredis/data/commands/hkeys.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/iredis/data/commands/hkeys.md b/iredis/data/commands/hkeys.md
index 42fd82c..c74b01e 100644
--- a/iredis/data/commands/hkeys.md
+++ b/iredis/data/commands/hkeys.md
@@ -2,8 +2,8 @@ Returns all field names in the hash stored at `key`.
@return
-@array-reply: list of fields in the hash, or an empty list when `key` does not
-exist.
+@array-reply: list of fields in the hash, or an empty list when `key` does
+not exist.
@examples