• antirez's avatar
    Allow MIGRATE to always be called on local keys for open slots. · e9abc944
    antirez authored
    Extend the MIGRATE extra freedom to be able to be called in the context
    of the local slot, anytime there is a slot open in one or the other
    direction (importing or migrating). This is useful for redis-trib to fix
    the cluster when it has in an odd state.
    
    Thix fix allows "redis-trib fix" to make its work in certain cases where
    previously an error was reported.
    e9abc944
cluster.c 199 KB