class Armature::Session::RedisStore::Session

Defined in:

redis_session.cr

Instance Method Summary

Instance methods inherited from class Armature::Session

[](key : String) [], []=(key : String, value : String) []=

Constructor methods inherited from class Armature::Session

new(store : Store, cookies : HTTP::Cookies) new

Instance Method Detail

def [](key : String) #

[View source]
def []=(key : String, value : Hash(String, JSON::Any)) #

[View source]
def []=(key : String, value : Hash) #

[View source]
def []=(key : String, value : JSON::Any::Type) #

[View source]
def []=(key : String, value : Int) #

[View source]
def []=(key : String, value : JSON::Any) #

[View source]
def []?(key : String) #

[View source]
def delete(key : String) #

[View source]
def json #

[View source]
def modified? : Bool #

[View source]
def new? #

[View source]