mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-24 17:17:51 -05:00
c56b4ddc6f
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.