summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/mget.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/mget.md')
-rw-r--r--iredis/data/commands/mget.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/iredis/data/commands/mget.md b/iredis/data/commands/mget.md
index 130f935..8bca6ca 100644
--- a/iredis/data/commands/mget.md
+++ b/iredis/data/commands/mget.md
@@ -1,6 +1,7 @@
-Returns the values of all specified keys. For every key that does not hold a
-string value or does not exist, the special value `nil` is returned. Because of
-this, the operation never fails.
+Returns the values of all specified keys.
+For every key that does not hold a string value or does not exist, the special
+value `nil` is returned.
+Because of this, the operation never fails.
@return