Redis failing to connect
javikeziah
PROOP

a year ago

For some reason, redis connection to my project is failing despite I have all the right variables added. I made the same operation a few days ago, and it worked as expected.

Error: getaddrinfo ENOTFOUND redis.railway.internal
at GetAddrInfoReqWrap.onlookup as oncomplete {
errno: -3***,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'redis.railway.internal'
}

5 Replies

javikeziah
PROOP

a year ago

6d6f2d18-5376-4150-bea8-c789eb63d42f


brody
EMPLOYEE

a year ago

if this is ioredis, please read this -


javikeziah
PROOP

a year ago

Thank you so much, Brody, that was it 🙏🏼


brody
EMPLOYEE

a year ago

awesome


alissonssz
HOBBY

9 months ago

It helped me too. Thanks @Brody !


Loading...