• antirez's avatar
    MIGRATE: Remove upfront ttl initialization. · 68aab8e8
    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.
    68aab8e8
cluster.c 202 KB