mirror of
https://github.com/fluencelabs/redis
synced 2025-04-11 11:46:04 +00:00
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.