赞
踩
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
程序运行就不报错了
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。