Type Definition axum_session::databases::SessionRedisSessionStore
source · pub type SessionRedisSessionStore = SessionStore<SessionRedisPool>;Expand description
Redis’s Session Store Helper type for the DatabasePool.