NestJS Redis Cluster

JSON →
library 2.1.0 ·javascript
verified Jun 7, 2026

A NestJS module for integrating Redis with cluster support, based on ioredis. Current stable version is 2.1.0. It provides RedisModule and RedisService to inject Redis clients into NestJS applications, supporting multiple named clients, async configuration, and custom error handlers. Released under MIT. Differentiates from other NestJS Redis libraries by offering explicit cluster support and straightforward registration patterns, though it requires careful handling of peer dependencies and module configuration.