Redis exception; nested exception is io.lettuce.core.RedisException: java.io.IOException: 你的主机中的软件中止

阅读 37

2022-05-27

Redis exception; nested exception is io.lettuce.core.RedisException: java.io.IOException: 你的主机中的软件中止了一个已建立的连接。

修改sshd_config

vim /etc/ssh/sshd_config

ClientAliveInterval 600
ClientAliveCountMax 10

重启

service sshd restart

程序运行就不报错了


精彩评论(0)

0 0 举报