Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 195 Bytes

bind.md

File metadata and controls

6 lines (5 loc) · 195 Bytes

redis.conf bind配置的坑

  • 非本机访问redis,redis部署在192.168.1.3上

    bind 127.0.0.1 192.168.1.3 #空格分开,可访问的IP地址

  • 配置复杂密码

  • 配置防火墙限制