windows中配置Redis实现局域网连接

操作步骤:

1. 打开Redis安装目录下的配置文件redis.windows.conf

2. 大约在56行,bind 127.0.0.1修改为bind 0.0.0.0 Windows设置Redis局域网

3. 重启Redis服务即可远程连接Redis

相关文章:

  • 2021-12-17
  • 2021-12-02
  • 2021-12-20
  • 2021-11-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-29
  • 2021-07-21
  • 2021-12-26
  • 2021-11-28
  • 2021-12-30
  • 2021-12-10
相关资源
相似解决方案