# async-redis-session ## redis-backed session store for [async-session](https://github.com/http-rs/async-session) * [CI ![CI][ci-badge]][ci] * [API Docs][docs] [![docs.rs docs][docs-badge]][docs] * [Releases][releases] [![crates.io version][version-badge]][lib-rs] * [Contributing][contributing] [ci]: https://github.com/jbr/async-redis-session/actions?query=workflow%3ACI [ci-badge]: https://github.com/jbr/async-redis-session/workflows/CI/badge.svg [releases]: https://github.com/jbr/async-redis-session/releases [docs]: https://docs.rs/async-redis-session [contributing]: https://github.com/jbr/async-redis-session/blob/master/.github/CONTRIBUTING.md [lib-rs]: https://lib.rs/async-redis-session [docs-badge]: https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square [version-badge]: https://img.shields.io/crates/v/async-redis-session.svg?style=flat-square ## Installation ```sh $ cargo add async-redis-session ``` ## Safety This crate uses ``#![deny(unsafe_code)]`` to ensure everything is implemented in 100% Safe Rust. ## License Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.