Redis is fast, powerful, and battle-tested — but integrating it properly in a NestJS project?

Not so much.

Over the last few projects, I kept hitting the same roadblocks:


❌ No official support for node-redis, the recommended Redis client
❌ Most packages were built on ioredis (now in maintenance-only mode)
❌ Poor support for multi-client...