Expand description
Axum Session RedisPool
Β§π Overview
`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
Β§π¦ Install
# Cargo.toml
[dependencies]
axum_session = { version = "0.16.0" }
axum_session_redispool = { version = "0.6.0" }
Β§π± Cargo Feature Flags
Features | Description |
---|---|
redis-clusterdb | Enables redis Clusters. |
Β§π Examples
You can locate the example files within the Repository
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.