Expand description
A Redis-based session store for pavex_session
,
implemented using the redis
crate.
Structs§
- Redis
Session Store - A server-side session store using Redis as its backend.
- Redis
Session Store Config - Configuration options for the Redis session store.
Constants§
- REDIS_
SESSION_ STORE_ CONFIG - A strongly-typed id to register
RedisSessionStoreConfig
as a configuration type to your Pavex application. - REDIS_
SESSION_ STORE_ NEW - A handle to add
RedisSessionStore::new()
as a constructor to your Pavex application. - SESSION_
STORE_ FROM - A handle to add
from
as a constructor to your Pavex application.