赞
踩
springboot 集成redis出现 Unable to connect to 127.0.0.1:6379] with root cause
这个错误的意思是连接redis失败;
一般出现这个错误要考虑以下几个点:
1.查看redis服务是否启动;
2.其次看一下application.yml中的timeout属性不能为零
3,看一下redis 的 password是否正确
4.修改一下redis.conf
protected-mode yes 改为 protected-mode no (即该配置项表示是否开启保护模式,默认是开启,开启后Redis只会本地进行访问,拒绝外部访问)。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。