class Armature::Session::RedisStore::Session
- Armature::Session::RedisStore::Session
- Armature::Session
- Reference
- Object
Defined in:
redis_session.crInstance Method Summary
- #[](key : String)
- #[]=(key : String, value : Hash(String, JSON::Any))
- #[]=(key : String, value : Hash)
- #[]=(key : String, value : JSON::Any::Type)
- #[]=(key : String, value : Int)
- #[]=(key : String, value : JSON::Any)
- #[]?(key : String)
- #delete(key : String)
- #json
- #modified? : Bool
- #new?