STRLEN key

    Time complexity: O(1)

    : the length of the string at , or when does not exist.

    *Examples

    redis> STRLEN mykey

    redis>