X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/46b614edf7522e2bf8d3512fab347a9c9d4a1d70..d021221086c9a6c5af404f3017791605b70c592d:/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. + +
+ +
+
+ + +