NestJS Redis Module

JSON →
library 1.0.12 ·javascript
verified Jun 7, 2026

A configurable NestJS module for Redis integration built on ioredis. Version 1.0.12 is stable and supports NestJS versions 9, 10, and 11. It provides a RedisService with comprehensive Redis commands, static and async configuration via register/registerAsync, global module support, and a built-in caching interceptor for automatic method response caching with customizable TTL. Key differentiators include type safety (TypeScript types shipped), simplicity of setup, and the interceptor feature that reduces boilerplate for caching.