• antirez's avatar
    MIGRATE: Remove upfront ttl initialization. · b53e73e1
    antirez authored
    After the fix for #3673 the ttl var is always initialized inside the
    loop itself, so the early initialization is not needed.
    
    Variables declaration also moved to a more local scope.
    b53e73e1
cluster.c 206 KB