module Redis::Commands::Strings
def strlen(key)
-
(Integer)
- the length of the value stored in the key, or 0
Parameters:
-
key
(String
) --
def strlen(key) send_command([:strlen, key]) end
(Integer)
- the length of the value stored in the key, or 0
key
(String
)
--
def strlen(key) send_command([:strlen, key]) end