Helpers::Redis::CacheStore
Inherits Reference < Object
Constructors
Class methods
connect(connection : Connection)
Sourceconnect
SourceInstance methods
connection
Sourcedelete(key : String)
Sourceexists?(key : String)
Sourcefetch(key : String, expires_in : Time::Span | Number | Nil = nil, &)
Sourceread(key : String)
Sourcewrite(key : String, value : String, expires_in : Time::Span | Number | Nil = nil)
Source