X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/e9f0b930fecb02ef9fa025e78da5b3338b36f03b..21cda08b3bfa4a38a30e47e60139049b87bfb360:/doc/StrlenCommand.html diff --git a/doc/StrlenCommand.html b/doc/StrlenCommand.html new file mode 100644 index 00000000..1a580f44 --- /dev/null +++ b/doc/StrlenCommand.html @@ -0,0 +1,39 @@ + + + + + + + +
+ + + +
+
+ +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. + +
+ +
+
+ + +