connect-redis-crypto

JSON →
library 4.0.5 ·javascript
verified Jun 7, 2026

Redis session store for Express/Connect with optional encryption support. Current stable version is 4.0.5 (Node >= 8.0.0). Provides session storage using Redis, with features like TTL management, configurable serializers, and SCAN-based iteration. Unlike standard connect-redis, it includes a `secret` option in the store to encrypt session data at rest in Redis. The API is compatible with express-session and supports multiple Redis client libraries including redis, ioredis, and redis-mock. Updated irregularly; v4 introduced breaking changes from earlier versions.