From dd874ab02db04853d4b5952712ab34693f9a93de Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 4 Jan 2023 08:19:36 +0100 Subject: Merging upstream version 1.13.0. Signed-off-by: Daniel Baumann --- iredis/data/commands/llen.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'iredis/data/commands/llen.md') 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 -- cgit v1.2.3