本地无法连接服务器上的redis
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了本地无法连接服务器上的redis相关的知识,希望对你有一定的参考价值。
找到redis.conf配置文件
检查Redisbind地址是否设置本地。
vim redis-conf
注释掉
bind 127.0.0.1 改成 #bind 127.0.0.1
修改行
protected-mode yes 改成 protected-mode no
最后检查防护墙是否开启,或者对应的6379端口是否开放。
以上是关于本地无法连接服务器上的redis的主要内容,如果未能解决你的问题,请参考以下文章
使用RedisDesktopManager客户端无法连接Redis服务器问题解决办法
Redis Desktop Manager无法连接虚拟机中启动的redis服务问题排查步骤
开启redis服务后,无法远程连接服务器上的redis的问题解决办法(Connection refused: no further information)