react-router-redis-session

JSON →
library 0.0.3 ·javascript
verified Jun 7, 2026

Redis session backend for React Router v7 (formerly Remix). This library implements the session storage interface using Redis, supporting either Redis connection config or a pre-existing Redis client. Current version 0.0.3 is an early release with basic functionality. It provides a drop-in replacement for the built-in session storage, allowing server-side session management with Redis. No breaking changes reported yet. Alternative to other session adapters like @remix-run/server-runtime sessions.