class

Crog::RedisCache

Inherits Reference < Object

Constants

Log = ::Log.for("cache")

Constructors

new(host : String, port : Int32)
Source

Instance methods

get(key : String)
Source
set(key : String, value : String, ttl : Int32 = 3600)
Source