mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Cluster: redis-trib move_to_slot: don't send SETSLOT to slaves.
This commit is contained in:
@@ -953,6 +953,7 @@ class RedisTrib
|
||||
# Set the new node as the owner of the slot in all the known nodes.
|
||||
if !o[:cold]
|
||||
@nodes.each{|n|
|
||||
next if n.has_flag?("slave")
|
||||
n.r.cluster("setslot",slot,"node",target.info[:name])
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user