mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
chore(actix-session): prepare release 0.10.0
This commit is contained in:
@ -5,9 +5,9 @@
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
[](https://crates.io/crates/actix-session)
|
||||
[](https://docs.rs/actix-session/0.9.0)
|
||||
[](https://docs.rs/actix-session/0.10.0)
|
||||

|
||||
[](https://deps.rs/crate/actix-session/0.9.0)
|
||||
[](https://deps.rs/crate/actix-session/0.10.0)
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
@ -100,7 +100,7 @@ By default, `actix-session` does not provide any storage backend to retrieve and
|
||||
actix-session = { version = "...", features = ["cookie-session"] }
|
||||
```
|
||||
|
||||
- a Redis-based backend via [`redis-rs`](https://docs.rs/redis-rs), [`RedisSessionStore`], using the `redis-session` feature flag.
|
||||
- a Redis-based backend via the [`redis`] crate, [`RedisSessionStore`], using the `redis-session` feature flag.
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
|
Reference in New Issue
Block a user