remix-redis-session

JSON →
library 0.0.12 ·javascript
verified Jun 7, 2026

A lightweight library providing Redis-backed session storage for Remix applications. Version 0.0.12 is the latest stable release, with no frequent updates. It offers two ways to connect to Redis: via a config object or by passing an existing ioredis client. Unlike other session stores, it integrates directly with Remix's session abstraction and requires minimal configuration. The package ships TypeScript types and is designed for server-side use only.