mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04: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.