class

Loudspeaker::Web::Session::RedisEngine::StorageInstance

Inherits JSON::Serializable < Reference < Object

Constructors

new(pull : JSON::PullParser)
new(*, __pull_for_json_serializable pull : JSON::PullParser)

Instance methods

bigint(k : String, v : Int64)
Source
bigint(k : String) : Int64
Source
bigint?(k : String) : Int64 | Nil
Source
bigints
bigints=(bigints : Hash(String, Int64))
bool(k : String, v : Bool)
Source
bool(k : String) : Bool
Source
bool?(k : String) : Bool | Nil
Source
bools
bools=(bools : Hash(String, Bool))
float(k : String, v : Float64)
Source
float(k : String) : Float64
Source
float?(k : String) : Float64 | Nil
Source
floats
floats=(floats : Hash(String, Float64))
int(k : String, v : Int32)
Source
int(k : String) : Int32
Source
int?(k : String) : Int32 | Nil
Source
ints
ints=(ints : Hash(String, Int32))
object(k : String, v : Kemal::Session::StorableObject::StorableObjectContainer)
Source
object(k : String) : Kemal::Session::StorableObject::StorableObjectContainer
Source
object?(k : String) : Kemal::Session::StorableObject::StorableObjectContainer | Nil
Source
objects
objects=(objects : Hash(String, Kemal::Session::StorableObject::StorableObjectContainer))
string(k : String, v : String)
Source
string(k : String) : String
Source
string?(k : String) : String | Nil
Source
strings
strings=(strings : Hash(String, String))

Macros

define_storage(vars)
Source