module Redis::Commands

Defined in:

pennant.cr

Instance Method Summary

Instance Method Detail

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

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

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

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

[View source]
def hscan(key : String, cursor : String = "0", *, match : String | Nil = nil, count : String | Nil = nil) #

[View source]
def hscan_each(key : String, *, match : String | Nil = nil, count : String | Nil = nil, & : String, String -> ) #

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

[View source]