summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/llen.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/llen.md')
-rw-r--r--iredis/data/commands/llen.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/iredis/data/commands/llen.md b/iredis/data/commands/llen.md
index 17ac581..8c7c70f 100644
--- a/iredis/data/commands/llen.md
+++ b/iredis/data/commands/llen.md
@@ -1,6 +1,6 @@
-Returns the length of the list stored at `key`. If `key` does not exist, it is
-interpreted as an empty list and `0` is returned. An error is returned when the
-value stored at `key` is not a list.
+Returns the length of the list stored at `key`.
+If `key` does not exist, it is interpreted as an empty list and `0` is returned.
+An error is returned when the value stored at `key` is not a list.
@return