express-redis-cache

JSON →
library 1.1.3 ·javascript abandoned
verified Jun 7, 2026

Middleware for Express apps that automatically caches HTTP responses in Redis, reducing server load and improving response times for frequently accessed routes. Version 1.1.3 is the latest stable release, with no active development since 2017. It provides a simple drop-in middleware interface and supports custom cache keys, conditional caching, and multiple Redis clients. Compared to alternatives like apicache or express-cache-controller, it uses Redis as a persistent, shared cache store suitable for distributed deployments. However, it is no longer maintained and has known issues with newer Express versions and Redis client libraries.