class Kiwi::RedisStore
Defined in:
kiwi/redis_store.cr
Constructors
Instance Method Summary
Constructor Detail
def self.
new(redis : Redis)
#
Instance Method Detail
def
delete(key) : String
#
def
get(key) : String | Nil
#
def
set(key, val) : String
#