使用ECS自己搭建Redis集群出现JedisCluster连接超时的问题 自己在阿里云的ECS(配置是1G ,1核)上搭建了一个redis集群(端口7000-7005),在服务器上测试 redis-cli -c -ip -p 7000 执行set,get方法的时候能够正确的重定向slot(定向到公网ip+端口,创建的... cononyc2018-10-183 阿里云服务器 redis ECS java 集群 test jedis junit