class

Helpers::Redis::CacheStore

Inherits Reference < Object

Constructors

Class methods

connect(connection : Connection)
Source
connect
Source

Instance methods

connection
Source
delete(key : String)
Source
exists?(key : String)
Source
fetch(key : String, expires_in : Time::Span | Number | Nil = nil, &)
Source
read(key : String)
Source
write(key : String, value : String, expires_in : Time::Span | Number | Nil = nil)
Source