Crate pavex_session_redis

Crate pavex_session_redis 

Source
Expand description

A Redis-based session store for pavex_session, implemented using the redis crate.

Structs§

RedisSessionStore
A server-side session store using Redis as its backend.
RedisSessionStoreConfig
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.