NestJS Redis Client

JSON →
library 0.0.3 ·javascript
verified Jun 7, 2026

A NestJS module providing easy integration with Redis via the `redis` (node-redis) package. Current version 0.0.3 requires NestJS 11, Node.js 24, and npm 11. It supports synchronous and asynchronous module configuration, multiple named connections, injection via `@InjectRedis` decorator or custom token, and automatic cleanup on application shutdown. Key differentiator: bundles the `redis` driver, offers a typed `RedisClientType` injection, and enforces ESM-only usage. Active development.