X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/924aa408b99837036b679bd3895f836af6bc763f..686bc0ac5c05a43c35908c335e17818c7a01afbe:/doc/LlenCommand.html diff --git a/doc/LlenCommand.html b/doc/LlenCommand.html index df9f4a06..07072a42 100644 --- a/doc/LlenCommand.html +++ b/doc/LlenCommand.html @@ -16,7 +16,7 @@
-LlenCommand: Contents
  LLEN _key_
    Return value
    See also +LlenCommand: Contents
  LLEN _key_
    Return value

LlenCommand

@@ -26,12 +26,12 @@
-

LLEN _key_

+ #sidebar ListCommandsSidebar

LLEN _key_

Time complexity: O(1)
Return the length of the list stored at the specified key. If thekey does not exist zero is returned (the same behaviour as forempty lists). If the value stored at key is not a list an error is returned.

Return value

Integer reply, specifically:

 The length of the list.
-

See also

- + +