mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
Cluster: fix redis-trib for added configEpoch field in CLUSTER NODES.
This commit is contained in:
parent
32b5410af9
commit
341ed1d1a8
@ -118,7 +118,7 @@ class ClusterNode
|
||||
nodes.each{|n|
|
||||
# name addr flags role ping_sent ping_recv link_status slots
|
||||
split = n.split
|
||||
name,addr,flags,role,ping_sent,ping_recv,link_status = split[0..6]
|
||||
name,addr,flags,role,ping_sent,ping_recv,config_epoch,link_status = split[0..6]
|
||||
slots = split[7..-1]
|
||||
info = {
|
||||
:name => name,
|
||||
|
Loading…
Reference in New Issue
Block a user