Expand description
Axum Session Redis BB8 Pool
§📑 Overview
`axum_session_redis_bb8_pool` is a alternative redis pool store for AxumSession.
§🚨 Help
If you need help with this library or have suggestions please go to our Discord Group
§📦 Install
# Cargo.toml
[dependencies]
axum_session = { version = "0.17.0" }
axum_session_redis_bb8_pool = { version = "0.5.0" }Structs§
- Session
Redis Pool - Redis’s Pool type for the DatabasePool. Needs a redis Client.
Type Aliases§
- Session
Redis Session - Redis’s Session Helper type for the DatabasePool.
- Session
Redis Session Store - Redis’s Session Store Helper type for the DatabasePool.