错误信息:

Redis连接被拒绝

解决方法:

把Redis的配置文件redis.windows.conf和redis.windows-service.conf里的内容
bind 127.0.0.1
修改为
#bind 127.0.0.1
即注释掉它.
注释掉本机,局域网内的所有计算机都能访问.
band localhost   只能本机访问,局域网内计算机不能访问
bind  局域网IP    只能局域网内IP的机器访问, 本地localhost都无法访问.

相关文章:

  • 2021-12-24
  • 2021-09-25
  • 2021-06-29
  • 2022-12-23
  • 2022-01-05
  • 2021-08-18
  • 2022-03-04
  • 2021-09-19
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-25
  • 2021-11-13
  • 2021-09-02
  • 2022-03-09
相关资源
相似解决方案