mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
Merge branch 'master' of github.com:actix/actix-redis
This commit is contained in:
commit
10ebea440f
@ -41,6 +41,8 @@ extern crate serde_json;
|
||||
mod session;
|
||||
#[cfg(feature = "web")]
|
||||
pub use session::RedisSessionBackend;
|
||||
#[cfg(feature = "web")]
|
||||
pub use cookie::{SameSite};
|
||||
|
||||
/// General purpose actix redis error
|
||||
#[derive(Fail, Debug)]
|
||||
|
Loading…
Reference in New Issue
Block a user