Redis connection to xxxxxx failed - read ECONNRESET
See original GitHub issuePlease advise what info and how to obtain it, to help
Running on OpenShift Node Version: v4.2.3 Redis Server: 2.18.24 Node_Redis: 2.4.2
events.js:141
throw er; // Unhandled 'error' event
^
Error: Redis connection to xxxxx.com:50681 failed - read ECONNRESET
at exports._errnoException (util.js:874:11)
at TCP.onread (net.js:544:26)
DEBUG: Program node build/server.js exited with code 1
DEBUG: Starting child process with 'node build/server.js'
Server is running: http://ex-std-node496.prod.rhcloud.com:8080
events.js:141
throw er; // Unhandled 'error' event
^
Error: Redis connection to xxxxx.rhcloud.com:50681 failed - connect ECONNREFUSED 172.16.2.86:50681
at Object.exports._errnoException (util.js:874:11)
at exports._exceptionWithHostPort (util.js:897:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1063:14)
DEBUG: Program node build/server.js exited with code 1
DEBUG: Starting child process with 'node build/server.js'
Server is running: http://ex-std-node496.prod.rhcloud.com:8080
events.js:141
throw er; // Unhandled 'error' event
Issue Analytics
- State:
- Created 8 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Redis connection to xxxxxx failed - read ECONNRESET #980
The first and the third error is still not handled. Are you using different client instances? And please check why you get ECONNREFUSED...
Read more >Redis connection to x.x.x.x:6379 failed - write ECONNRESET ...
From the looks of it, ECONNRESET indicates the connection is closed by redis instance. There is no surge of traffic of any sort....
Read more >Nodejs To Redis Econnreset Error - ADocLib
js this error ECONNRESET is when the remote connection to Node.js closes the socket unexpectedly. Are you using a proxy between Node and....
Read more >Redis - ECONNRESET - DigitalOcean
I get this error locally after connecting to the server and doing nothing ... Redis connection to xxx:xxx failed - read ECONNRESET at...
Read more >redis connection lost and command aborted. it might have ...
The error appears as the result of a broken connection (Your software somehow lost connection with the Redis server). It can be one...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m having same issue:
CLIENT: 3.0.2 REDIS: 5.0.3
LOG
Hello, I have the same problem and I have no idea how to fix it