Redis Value Cache

JSON →
library 1.1.0 ·javascript
verified Jun 7, 2026

An in-memory cache backed by Redis with pub/sub updates, version 1.1.0. Designed for applications needing low-latency access to Redis-stored data with real-time invalidation. Uses an LRU cache internally, supports key generation and deserialization functions, and offers multiple error handling and update strategies. Unlike simple Redis caching, it subscribes to channels to automatically update or evict cached items upon data changes, reducing server load and ensuring freshness. Suitable for TypeScript projects, ships types, and requires a Redis server for reading and pub/sub.