Hey guys, did anyone have some issue like that to connect in the AWS ElasticCache in the ECS Container?
[ioredis] Unhandled error event: Error: getaddrinfo ENOTFOUND cursobeta-dev-elasticache-redis.ilg7lv.ng.0001.use1.cache.amazonaws.com
Looks like permision, right?
const pubClient = new Redis({ host: process.env.AWS_REDIS_HOST, port: 6379 });