redis远程连接出现问题,提示 Connection error: The remote host closed the connection
但是redis.conf的远程连接相关配置都配置了
tcp-keepalive 60
timeout 300
protected-mode no
daemonize yes
bind 127.0.0.1也注释了
防火墙的6379端口也放开了,可以正常访问
远程连接的时候还是一直提示 The remote host closed the connection
