Skip to main content

RedisRustAuthStores

Type Alias RedisRustAuthStores 

Source
pub type RedisRustAuthStores = RedisStores;
Expand description

Previous name for RedisStores; kept for migration.

Aliased Type§

pub struct RedisRustAuthStores {
    pub rate_limit: RedisRateLimitStore,
    pub secondary_storage: RedisSecondaryStorage,
}

Fields§

§rate_limit: RedisRateLimitStore§secondary_storage: RedisSecondaryStorage