We are using Queues (Bull). It was working just fine. But recently we have scaled our redis server using cluster. Now the connection is not getting established.
We have followed the following guidelines but there is no instructions for redis cluster
https://docs.nestjs.com/techniques/queues
So, we are stuck here and looking for instructions.