Redis Cache Manager
JSON →A caching library for Node.js that uses Redis with built-in pub/sub support. Version 1.0.93 provides a simple API for caching objects and arrays as JSON strings or Redis hashes, with automatic key scoping via namespace. It supports basic CRUD operations like set, get, setAll, getAll, getByIds, and hash-based operations (hmSetAll, hmSetOne, hmGetAll). Every set operation can optionally subscribe listeners to receive updates. The library wraps ioredis internally and offers TypeScript typings. Compared to other Redis cache managers, its key differentiators are the integrated pub/sub for real-time updates and the ability to cache complex data structures with automatic serialization. Release cadence appears irregular with few recent updates.
Resources
packageredis-cache-manager ↗
API endpoints
full doc /v1/registry/redis-cache-manager