0
点赞
收藏
分享

微信扫一扫

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

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 条评论