Redis ETIMOUT ......有多少原因导致这种情况?

时间:2018-02-12 03:51:55

标签: node.js redis

我在Linux上运行Redis并且在一段时间内在日志中发生错误:

{ Error: Redis connection to xxx.yyy.zzz.ttt:6379 failed - connect ETIMEDOUT xxx.yyy.zzz.ttt:6379
    at Object.exports._errnoException (util.js:1020:11)
    at exports._exceptionWithHostPort (util.js:1043:20)
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1086:14)
  code: 'ETIMEDOUT',
  errno: 'ETIMEDOUT',
  syscall: 'connect',
  address: 'xxx.yyy.zzz.ttt',
  port: 6379 }

我检查了用户名和密码,似乎一切顺利。 我想大致知道:

1)导致这种情况的原因有多少?

2)你有什么建议来解决这个问题?

0 个答案:

没有答案