mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-27 10:39:03 +02:00
prepare release
This commit is contained in:
@ -65,9 +65,6 @@ impl SessionImpl for RedisSession {
|
||||
/// constructor of `RedisSessionBackend`. This is private key for cookie
|
||||
/// session, When this value is changed, all session data is lost.
|
||||
///
|
||||
/// Note that whatever you write into your session is visible by the user (but
|
||||
/// not modifiable).
|
||||
///
|
||||
/// Constructor panics if key length is less than 32 bytes.
|
||||
pub struct RedisSessionBackend(Rc<Inner>);
|
||||
|
||||
|
Reference in New Issue
Block a user