mirror of
https://github.com/actix/actix-extras.git
synced 2025-08-31 03:20:20 +02:00
Prepare for new release
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
[](https://crates.io/crates/actix-redis)
|
||||
[](https://docs.rs/actix-redis)
|
||||
[](https://deps.rs/crate/actix-redis/0.8.0)
|
||||
[](https://deps.rs/crate/actix-redis/0.8.1)
|
||||

|
||||
[](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
@@ -10,12 +10,11 @@
|
||||
|
||||
## Documentation
|
||||
|
||||
* [API Documentation](http://actix.rs/actix-extras/actix_redis/)
|
||||
* [API Documentation](https://actix.rs/actix-extras/actix_redis/)
|
||||
* [Chat on gitter](https://gitter.im/actix/actix)
|
||||
* Cargo package: [actix-redis](https://crates.io/crates/actix-redis)
|
||||
* Minimum supported Rust version: 1.39 or later
|
||||
|
||||
|
||||
## Redis session backend
|
||||
|
||||
Use redis as session storage.
|
||||
@@ -55,8 +54,8 @@ async fn main() -> std::io::Result {
|
||||
|
||||
This project is licensed under either of
|
||||
|
||||
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0))
|
||||
* MIT license ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))
|
||||
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0))
|
||||
* MIT license ([LICENSE-MIT](LICENSE-MIT) or [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT))
|
||||
|
||||
at your option.
|
||||
|
||||
|
Reference in New Issue
Block a user