summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/get.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/get.md')
-rw-r--r--iredis/data/commands/get.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/iredis/data/commands/get.md b/iredis/data/commands/get.md
index 423aab3..20a3feb 100644
--- a/iredis/data/commands/get.md
+++ b/iredis/data/commands/get.md
@@ -1,6 +1,7 @@
-Get the value of `key`. If the key does not exist the special value `nil` is
-returned. An error is returned if the value stored at `key` is not a string,
-because `GET` only handles string values.
+Get the value of `key`.
+If the key does not exist the special value `nil` is returned.
+An error is returned if the value stored at `key` is not a string, because `GET`
+only handles string values.
@return