开放外网6379端口访问

修改配置redis.conf

注释掉绑定IP

redis外网访问

 

 

这两个地方改为no

 redis外网访问

 

 redis外网访问

 

 

 

 

 

#bind 127.0.0.1
protected-mode no
stop-writes-on-bgsave-error no

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
  • 2021-12-19
  • 2022-12-23
  • 2021-11-10
猜你喜欢
  • 2021-06-11
  • 2021-09-18
  • 2021-11-20
  • 2021-12-11
  • 2022-12-23
相关资源
相似解决方案