`axum_session_redispool` is a redis pool store for AxumSession.
## 🚨 Help If you need help with this library or have suggestions please go to our [Discord Group](https://discord.gg/gVXNDwpS3Z) ## 📦 Install ```toml # Cargo.toml [dependencies] axum_session = { version = "0.14.0" } axum_session_redispool = { version = "0.3.0" } ``` ## 📱 Cargo Feature Flags | Features | Description | | ----------------------------- | ------------------------------------------------------------------ | | `redis-clusterdb` | Enables redis Clusters. | ## 🔎 Examples You can locate the example files within the [`Repository`](https://github.com/AscendingCreations/AxumSession/tree/main/examples)