我是靠谱客的博主 优美镜子,最近开发中收集的这篇文章主要介绍redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException: connect...,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

错误排查:

*
1.1
检查reids是否启动
*
xhsell中: ps -aux|grep redis
*
1.2 检查虚拟机防火墙是否关闭
service firewalld status
关闭防火墙:service firewalld stop
*
1.3 redis保护模式必须关闭
*
vim
/myredis/redis.conf
*
69行 , 注释bind 127.0.0.1
*
88行,protected-mode yes改为no
*
关闭redis
redis-server shutdown
重启redis服务
redis-server /myredis/redis.conf

最后

以上就是优美镜子为你收集整理的redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException: connect...的全部内容,希望文章能够帮你解决redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException: connect...所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(52)

评论列表共有 0 条评论

立即
投稿
返回
顶部