使用Jedis连接Centos中的redis时有时候会连接超时,原因是Centos的防火墙没有关闭
centos中使用systemctl stop firewalld.service停止防火墙。
Jedis连接中connect time out问题解决
最新推荐文章于 2023-01-12 21:23:20 发布
使用Jedis连接Centos中的redis时有时候会连接超时,原因是Centos的防火墙没有关闭
centos中使用systemctl stop firewalld.service停止防火墙。