yifengjianbai

在linux下的防火墙中开放6379端口(与centos7以下版本开放端口的方式有区别)

[root@localhost bin]# firewall-cmd --zone=public --add-port=6379/tcp --permanent success

重启防火墙

[root@localhost bin]# systemctl restart firewalld

启动redis

-----

分类:

技术点:

相关文章:

  • 2021-08-22
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-30
  • 2021-11-30
  • 2021-11-30
  • 2021-11-30
  • 2021-12-10
相关资源
相似解决方案