mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 18:37:41 +02:00
prepare actix-redis release 0.11.0
This commit is contained in:
@ -1,9 +1,12 @@
|
||||
# Changes
|
||||
|
||||
## Unreleased - 2021-xx-xx
|
||||
|
||||
|
||||
## 0.11.0 - 2022-03-15
|
||||
### Removed
|
||||
- `RedisSession` has been removed. Check out `RedisActorSessionStore` in `actix-session` for a session store backed by Redis using `actix-redis`. [#212]
|
||||
|
||||
|
||||
### Changed
|
||||
- Update `redis-async` dependency to `0.12`. [#212]
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "actix-redis"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
description = "Redis integration for Actix"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -3,9 +3,9 @@
|
||||
> Redis integration for Actix.
|
||||
|
||||
[](https://crates.io/crates/actix-redis)
|
||||
[](https://docs.rs/actix-redis/0.10.0)
|
||||
[](https://docs.rs/actix-redis/0.11.0)
|
||||

|
||||
[](https://deps.rs/crate/actix-redis/0.10.0)
|
||||
[](https://deps.rs/crate/actix-redis/0.11.0)
|
||||
|
||||
## Documentation & Resources
|
||||
|
||||
|
Reference in New Issue
Block a user