Kiwi::RedisStore
Inherits Kiwi::Store < Reference < Object
Constructors
new(redis : Redis | Redis::PooledClient, expires_in : Time::Span = 5.minutes)
SourceInstance methods
clear
Sourcedelete(key : String) : String | Nil
Sourceexpires_in
Sourceget(key : String) : String | Nil
Sourcerset(key : String, val : String, expires : UInt32 = 0) : String
Sourceset(key : String, val : String) : String
Source