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))
DEPRECATED The Redis HMSET command is deprecated. Use HSET instead. This method will be removed in v1.0.0 of this shard. See https://redis.io/commands/hmset/
- #hset(key : String, data : ::Hash(String, String))
- #hset(key : String, *fields : String)
- #hset(key : String, **fields : String)
Instance Method Detail
def hmset(key : String, data : ::Hash(String, String))
#
DEPRECATED The Redis HMSET command is deprecated. Use HSET instead. This method will be removed in v1.0.0 of this shard. See https://redis.io/commands/hmset/