pavex
pavex copied to clipboard
feat: Add a Redis-based session storage backend in a new `pavex_session_redis` crate
trafficstars
It should use the redis crate as its driver.
It should be structured like our Postgres-based implementation in pavex_session_sqlx.