1.所连主机防火墙关一下.

  1. 1:查看防火状态
  2. systemctl status firewalld
  3. service  status iptables 
  4. 2:暂时关闭防火墙
  5. systemctl stop firewalld
  6. service  stop iptables
  7. 3:永久关闭防火墙
  8. systemctl disable firewalld
  9. chkconfig iptables off

2.能不能ping通那主机

3.bind 127.0.0.1改为 #bind 127.0.0.1

4.protected-mode yes 改为 protected-mode no(redis3.2版本以后)

5.加入 daemonize no(这个是是否在后台启动不占用一个主程窗口)

相关文章:

  • 2021-07-15
  • 2021-09-12
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2021-09-23
  • 2021-06-07
猜你喜欢
  • 2021-06-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-11
  • 2021-10-26
相关资源
相似解决方案