使用公网IP创建redis集群失败:Could not connect to Redis at 公网ip:7001: Connection timed out(集群总线端口17001-17006已打开)使用
使用内网ip或 127.0.0.1创建集群成功,但是项目在本地无法正常访问redis集群进行操作,会报:JedisClusterMaxAttemptsException: No more clusterattempts left (如果把项目打包发布到服务器则正常)
我是Redis n00b。 在推送到我的服务器之前,我在Windows上本地使用Redis来测试代码。我使用本教程来设置它: https://dingyuliang.me/redis-3-2-create-cluster-windows/ 在“将从节点映射到主节点”之前,我对所有节点运行了"cluster告诉我Could not connect to Redis at :0: The requested address is not valid in its context