2 years ago
I keep getting ECONNREFUSED: Failed to connect when using private Redis URL to connect.
[console.info](console.info)("REDIS URL", process.env.REDIS_URL) const redisClient = redis.createClient({ url: process.env.REDIS_URL, });
Any ideas ?
11 Replies
FYI: Variable is named REDIS_URL but it indeed point to the private Redis URL
I got the issue fixed once by deleting and recreating the redis instance but now on every redeploy It will stop working again.
Is it possible that there dangling container somewhere ? I noticed DB connection also go much slower
2 years ago
is this ioredis?
2 years ago
can you connect to redis locally from it's public url?
2 years ago
go back to using the private url and then try adding a 3 second sleep to your start script