Loudspeaker::Web::Session::RedisEngine::StorageInstance
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
new
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance methods
bigint(k : String, v : Int64)
Sourcebigint(k : String) : Int64
Sourcebigint?(k : String) : Int64 | Nil
Sourcebigints
bigints=(bigints : Hash(String, Int64))
bool(k : String, v : Bool)
Sourcebool(k : String) : Bool
Sourcebool?(k : String) : Bool | Nil
Sourcebools
bools=(bools : Hash(String, Bool))
float(k : String, v : Float64)
Sourcefloat(k : String) : Float64
Sourcefloat?(k : String) : Float64 | Nil
Sourcefloats
floats=(floats : Hash(String, Float64))
int(k : String, v : Int32)
Sourceint(k : String) : Int32
Sourceint?(k : String) : Int32 | Nil
Sourceints
ints=(ints : Hash(String, Int32))
object(k : String, v : Kemal::Session::StorableObject::StorableObjectContainer)
Sourceobject(k : String) : Kemal::Session::StorableObject::StorableObjectContainer
Sourceobject?(k : String) : Kemal::Session::StorableObject::StorableObjectContainer | Nil
Sourceobjects
objects=(objects : Hash(String, Kemal::Session::StorableObject::StorableObjectContainer))
string(k : String, v : String)
Sourcestring(k : String) : String
Sourcestring?(k : String) : String | Nil
Sourcestrings
strings=(strings : Hash(String, String))
Macros
define_storage(vars)
Source