diff --git a/clusternode.go b/clusternode.go index aac3bb2..edf5e29 100644 --- a/clusternode.go +++ b/clusternode.go @@ -418,8 +418,8 @@ func (self *ClusterNode) FlushNodeConfig() { array = append(array, s) self.info.slots[s] = AssignedHashSlot } - self.ClusterAddSlots(array) } + self.ClusterAddSlots(array) } self.dirty = false