• Oran Agra's avatar
    prevent diskless replica from terminating on short read · c56b4ddc
    Oran Agra authored
    now that replica can read rdb directly from the socket, it should avoid exiting
    on short read and instead try to re-sync.
    
    this commit tries to have minimal effects on non-diskless rdb reading.
    and includes a test that tries to trigger this scenario on various read cases.
    c56b4ddc
redis-check-rdb.c 13.3 KB