Linux 配置redis,使用redisdesktopmanage不能远程连接(remote connect)

搜索的资料各种服务端口绑定,防火墙端口配置等都试过了,重启也试过了,都不能连接。

后来想到了在搜索资料时见过的一张图,突然去尝试一下就成功啦!

截图备注,遇到相同问题的小伙伴可以参考一下

阿里云后台添加安全组规则

Linux 配置redis,使用redisdesktopmanage不能远程连接(remote connect)
tip: 多查资料还是能学习到不少知识的,即使问题不能马上解决,也能收获一些意想不到的知识
telnet ip地址 port端口号(telnet x.x.x.x 6739)
ps -ef | grep redis
service iptables restart
systemctl start firewalld.service
lsof
iptables -L