class

Kiwi::RedisStore

Inherits Kiwi::Store < Reference < Object

Constructors

new(redis : Redis | Redis::PooledClient, expires_in : Time::Span = 5.minutes)
Source

Instance methods

clear
Source
delete(key : String) : String | Nil
Source
expires_in
Source
get(key : String) : String | Nil
Source
rset(key : String, val : String, expires : UInt32 = 0) : String
Source
set(key : String, val : String) : String
Source