Armature::Session::RedisStore
Inherits Armature::Session::Store / HTTP::Handler / Reference / Object
Constructors
new(key : String, redis : Redis::Client = Redis::Client.new, expiration : Time::Span | Nil = 2.weeks, http_only : Bool = true, path : String | Nil = "/", log : Log = Log.for("armature.session"))
SourceInstance methods
call(context : HTTP::Server::Context)
Sourcekey
Sourceload(key : String) : Hash(String, JSON::Any)
Sourcesave(key : String, session : Session)
Source