redis做集群redis.clients.jedis.exceptions.JedisConnectionException: no reachable node in cluster

综合网上的方法和自己的实践找到以下几种方法,记录一下 在redis.conf中配置127.0.0.1 ,然后做集群使用的是./redis-trib.rb create --replicas 1 127.0.0.1:7001 127.0.0.1:7002 127.0.0.1:7003 127.0.0.1:7004 127.0.0.1:7005 127.0.0.1:7006 ,这种会造成连不上去; 解
相关文章
相关标签/搜索