X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/924aa408b99837036b679bd3895f836af6bc763f..df541beae372f40e9ce82a0780171e7d7a8e67de:/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. + +
+ +
+
+ + +