mirror of
https://github.com/actix/actix-extras.git
synced 2025-08-31 19:37:00 +02:00
session, redis, and httpauth pre-v4 releases (#162)
This commit is contained in:
@@ -1,21 +1,19 @@
|
||||
# actix-redis
|
||||
|
||||
[](https://crates.io/crates/actix-redis)
|
||||
[](https://docs.rs/actix-redis)
|
||||
[](https://deps.rs/crate/actix-redis/0.8.1)
|
||||
> Redis integration for Actix and session store for Actix Web.
|
||||
|
||||
[](https://crates.io/crates/actix-redis)
|
||||
[](https://docs.rs/actix-redis/0.9.2)
|
||||

|
||||
[](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://deps.rs/crate/actix-redis/0.9.2)
|
||||
|
||||
> Redis integration for actix framework.
|
||||
## Documentation & Resources
|
||||
|
||||
## Documentation
|
||||
- [API Documentation](https://docs.rs/actix-cors)
|
||||
- [Example Project](https://github.com/actix/examples/tree/HEAD/session/redis-session)
|
||||
- Minimum Supported Rust Version (MSRV): 1.42.0
|
||||
|
||||
* [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.40 or later
|
||||
|
||||
## Redis session backend
|
||||
## Redis Session Backend
|
||||
|
||||
Use redis as session storage.
|
||||
|
||||
@@ -49,18 +47,3 @@ async fn main() -> std::io::Result {
|
||||
.await
|
||||
}
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under either of
|
||||
|
||||
* 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.
|
||||
|
||||
## Code of Conduct
|
||||
|
||||
Contribution to the actix-redis crate is organized under the terms of the
|
||||
Contributor Covenant, the maintainer of actix-redis, @fafhrd91, promises to
|
||||
intervene to uphold that code of conduct.
|
||||
|
Reference in New Issue
Block a user