class Session::RedisStore(T)

Defined in:

stores/redis_store.cr

Constructors

Instance Method Summary

Instance methods inherited from class Session::Store(T)

[](key : String) : SessionId(T) [], []=(key : String, session : SessionId(T)) : SessionId(T) []=, []?(key : String) : SessionId(T) | Nil []?, clear clear, create : SessionId(T) create, create_session_cookie(host : String) : HTTP::Cookie create_session_cookie, current_session : SessionId(T) current_session, data data, delete(key : String)
delete
delete
, load_from(request_cookies : HTTP::Cookies) : SessionId(T) | Nil load_from, on(event : Symbol, session_id : String, data : T) on, session_id : String session_id, session_key session_key, set_cookies(response_cookies : HTTP::Cookies, host : String = "") : Nil set_cookies, size : Int64 size, timeout timeout, valid? : Bool valid?

Class methods inherited from class Session::Store(T)

provider(**args) : Store(T) provider

Instance methods inherited from module Session::Provider

storage : String storage

Constructor Detail

def self.new(client : Redis = Redis.new) #

[View source]

Instance Method Detail

def [](key : String) : SessionId(T) #

[View source]
def []=(key : String, session : SessionId(T)) : SessionId(T) #

[View source]
def []?(key : String) : SessionId(T) | Nil #

[View source]
def clear #

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

[View source]
def size : Int64 #

[View source]
def storage : String #

[View source]