• antirez's avatar
    MIGRATE TCP connections caching. · e23d281e
    antirez authored
    By caching TCP connections used by MIGRATE to chat with other Redis
    instances a 5x performance improvement was measured with
    redis-benchmark against small keys.
    
    This can dramatically speedup cluster resharding and other processes
    where an high load of MIGRATE commands are used.
    e23d281e
redis.h 56.2 KB