module Redis::Commands::Hash
Direct including types
Defined in:
commands/hash.crInstance Method Summary
- #hget(key : String, field : String)
- #hgetall(key : String)
- #hmget(key : String, *fields : String)
- #hmset(key : String, data : Hash(String, String))
- #hset(key : String, field : String, value : String)