projecteru / redis-cerberus

Redis Cluster Proxy
MIT License
352 stars 82 forks source link

兼容redis 4.0 cluster nodes 数据 #41

Closed dongzerun closed 6 years ago

dongzerun commented 6 years ago

redis 4.0 获取 cluster info 时,增加了集群端口信息,如下所示,多了 @16380。 修改 Address::from_host_port 使之兼容

b3d08f5138b78985e6267bd8e1473de1cebe4b7a 127.0.0.1:6380@16380 master - 0 1524826274477 2 connected 5461-10922

zheplusplus commented 6 years ago

谢谢. 请把 3 个 commit 合并一下.

dongzerun commented 6 years ago

合并成 增加检测@兼容4.0版本 了

zheplusplus commented 6 years ago

呃, 反而变成了 5 个 commit... 用一下 rebase?

dongzerun commented 6 years ago

合并了,不好意思,第一次用 rebase... 麻烦再看一下