主要是两方面的原因
(1)redis.conf中bind的ip,默认是127.0.0.1,只能本地连接(体现为Could not connect to Redis at ...:Connection refused),添加上服务器的内网ip或者外网ip,重启就可以了,
(2)如果开启了防火墙了,也会造成redis无法连接(体现为Could not connect to Redis at ...: Connection timed out),此时可以关闭防火墙或者开放redis的端口解决
主要是两方面的原因
(1)redis.conf中bind的ip,默认是127.0.0.1,只能本地连接(体现为Could not connect to Redis at ...:Connection refused),添加上服务器的内网ip或者外网ip,重启就可以了,
(2)如果开启了防火墙了,也会造成redis无法连接(体现为Could not connect to Redis at ...: Connection timed out),此时可以关闭防火墙或者开放redis的端口解决
redis安装遇坑记录
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M