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