module Redis::Commands::Keys
def type(key)
-
(String)
- `string`, `list`, `set`, `zset`, `hash` or `none`
Parameters:
-
key
(String
) --
def type(key) send_command([:type, key]) end
(String)
- `string`, `list`, `set`, `zset`, `hash` or `none`
key
(String
)
--
def type(key) send_command([:type, key]) end