module Redis::Commands::Hash

Direct including types

Defined in:

commands/hash.cr

Instance Method Summary

Instance Method Detail

def hget(key : String, field : String) #

[View source]
def hgetall(key : String) #

[View source]
def hmget(key : String, *fields : String) #

[View source]
def hmset(key : String, data : Hash(String, String)) #

[View source]
def hset(key : String, field : String, value : String) #

[View source]