现象:

eclipse中访问linux服务器的redis失败

1. 查看服务器防火墙是否关

    以centos6.5为例:service iptables stop  关闭防火墙

2. 查看redis.conf配置文件的NETWORK(redis4.0.10版本)

bind配置

修改为 bind 0.0.0.0

eclipse中访问linux服务器的redis失败

eclipse中访问linux服务器的redis失败

相关文章:

  • 2022-12-23
  • 2021-12-06
  • 2021-08-09
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2021-08-07
猜你喜欢
  • 2021-12-26
  • 2021-08-03
  • 2021-08-11
  • 2021-12-07
  • 2022-12-23
  • 2022-01-09
  • 2021-08-13
相关资源
相似解决方案