Crate axum_session_redispool

Source
Expand description

Axum Session RedisPool

https://crates.io/crates/axum_session_redispool Docs Discord Server

Β§πŸ“‘ 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

FeaturesDescription
redis-clusterdbEnables redis Clusters.

Β§πŸ”Ž Examples

You can locate the example files within the Repository

StructsΒ§

SessionRedisPool
Redis’s Pool type for the DatabasePool. Needs a redis Client.

Type AliasesΒ§

SessionRedisSession
Redis’s Session Helper type for the DatabasePool.
SessionRedisSessionStore
Redis’s Session Store Helper type for the DatabasePool.