X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/3c910136c1050ce3943c63201eedb7e940652f38..5436146c8dcd95c5ef3809f2830fb9c08edc4177:/doc/LlenCommand.html diff --git a/doc/LlenCommand.html b/doc/LlenCommand.html index 661a6755..07072a42 100644 --- a/doc/LlenCommand.html +++ b/doc/LlenCommand.html @@ -16,7 +16,7 @@
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.
The length of the list. -