There are already good Redis tools for NestJS. Most of them mainly help you connect NestJS to Redis and use the Redis client. That's useful, but as a project grows, you often need to build more things around Redis yourself: caching, TTL, cache invalidation, locks, rate limiting, sessions, monit...
Source: [Dev.to](https://dev.to/neba/redora-031-redis-for-nestjs-2blh)