exp-rediscache

JSON →
library 5.1.0 ·javascript
verified Jun 7, 2026

A Redis caching library (v5.1.0) designed to integrate with exp-asynccache. It provides a simple interface for caching values in Redis with optional TTL via SETEX, supports key namespacing, and configures the underlying Redis client's offline queue behavior. Stable release, actively maintained, no major updates in recent months. Differentiator: lightweight, relies on exp-asynccache for async caching patterns, minimal setup.