Error: Redis connection to my-remote-host:6379 failed - getaddrinfo ENOTFOUND my-remote-host my-remote-host:6379
Not sure this following log is related or not:
at errnoException (dns.js:28:10)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:76:26)
Is this Redis Issue?
Doesn't it look more like your node my-remote-host my-remote-host was not available at that tiny moment?
Later error refers to same, It could not resolve your hostname.
Check also [options.lazyConnect] depending what is the purpose.
Exactly what @rockroller says. Thanks for that!
I'm sorry to re-open this, but I'm getting the exact same error (on High Sierra). I don't see the answer provided by @rockroller.
@natotthomer ENOTFOUND is a connection issue - your node script is not able to connect to the Redis server at the specified address - check your redis server as said by the ghost user (@rockroller evidently left github).
@stockholmux Thanks! That was exactly the problem.
Most helpful comment
I'm sorry to re-open this, but I'm getting the exact same error (on High Sierra). I don't see the answer provided by @rockroller.