Skip to content

Instantly share code, notes, and snippets.

@goldalworming
Created January 22, 2015 06:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goldalworming/5c52fde8033cbf1491fe to your computer and use it in GitHub Desktop.
Save goldalworming/5c52fde8033cbf1491fe to your computer and use it in GitHub Desktop.
redis error
Error: Redis connection to 127.0.0.1:6379 failed - read ECONNRESET
at RedisClient.on_error (/home/server/web/node_modules/redis/index.js:196:24)
at Socket.<anonymous> (/home/server/web/node_modules/redis/index.js:106:14)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:441:14
at process._tickCallback (node.js:415:13)
Error: Ready check failed: Redis connection gone from close event.
at RedisClient.on_info_cmd (/home/server/web/node_modules/redis/index.js:380:
35)
at Command.callback (/home/server/web/node_modules/redis/index.js:430:14)
at RedisClient.flush_and_error (/home/server/web/node_modules/redis/index.js:
169:29)
at RedisClient.connection_gone (/home/server/web/node_modules/redis/index.js:486:10)
at Socket.<anonymous> (/home/server/web/node_modules/redis/index.js:110:14)
at Socket.EventEmitter.emit (events.js:95:17)
at TCP.close (net.js:466:12)
Error: Redis connection to 127.0.0.1:6379 failed - connect ETIMEDOUT
at RedisClient.on_error (/home/server/web/node_modules/redis/index.js:196:24)
at Socket.<anonymous> (/home/server/web/node_modules/redis/index.js:106:14)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:441:14
at process._tickCallback (node.js:415:13)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment