Struct sessions_redis::RedisStorage [−][src]
pub struct RedisStorage { /* fields omitted */ }
Implementations
Trait Implementations
Get a data from storage by the key
Set a session to storage
Remove a data from storage by the key
Reset the storage and remove all keys
Auto Trait Implementations
impl RefUnwindSafe for RedisStorage
impl Send for RedisStorage
impl Sync for RedisStorage
impl Unpin for RedisStorage
impl UnwindSafe for RedisStorage
Blanket Implementations
Mutably borrows from an owned value. Read more