提交 bc922dc6 编写于 作者: A antirez

redis-trib: skip nodes without slots when creating the config signature.

上级 64942fca
......@@ -200,6 +200,7 @@ class ClusterNode
@r.cluster("nodes").each_line{|l|
s = l.split
slots = s[7..-1].select {|x| x[0..0] != "["}
next if slots.length == 0
config << s[0]+":"+(slots.sort.join(","))
}
config.sort.join("|")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册