Bull queue not connecting with docker redis service. Error: connect ECONNREFUSED 127.0.0.1:6379
I am trying to establish a redis connection in nestjs via docker. I am using ioredis to connect to the redis but when I start my nest application I am keep on getting ECONNREFUSED. It also looks like the bull…