NestJS Redis Cache Manager

JSON →
library 1.2.4 ·javascript
verified Jun 7, 2026

A NestJS-specific caching library that integrates Redis for response caching. Current stable version is 1.2.4 with a monthly release cadence. It provides a RedisService and a @Cache decorator for controller methods. Unlike generic cache-manager, this package is tailored for NestJS decorators and environment-based configuration (REDIS_HOST, REDIS_PORT). It includes TypeScript types and works with NestJS modules.