X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/efc3408748061a08ec5ff18e392c30f31f5094a2..06e09c9b586d0e2c5d91dc596f871be56c6e0971:/doc/StrlenCommand.html diff --git a/doc/StrlenCommand.html b/doc/StrlenCommand.html deleted file mode 100644 index 1a580f44..00000000 --- a/doc/StrlenCommand.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - -
- - - -
-
- -StrlenCommand: Contents
  STRLEN _key_ (Redis >
    Return value -
- -

StrlenCommand

- -
- -
- -
- #sidebar StringCommandsSidebar

STRLEN _key_ (Redis >

2.1.8) = -Time complexity: O(1)
Returns the length of the string stored at the specified key.
-

Return value

Integer reply, specifically: the length of the string. - -
- -
-
- - -