STRLEN

STRLEN

STRLEN key
Available since
2.2.0
Time complexity
O(1)
ACL categories
@read, @string, @fast

Returns the length of the string value stored at key. An error is returned when key holds a non-string value.

Examples #

SET mykey "Hello world"
STRLEN mykey
STRLEN nonexisting

Redict logo courtesy of @janWilejan, CC-BY-SA-4.0. Download SVG ⤑

Portions of this website courtesy of Salvatore Sanfilippo, CC-BY-SA-4.0.