"doc/SortedSetCommandsSidebar.html" did not exist on "73287b2b576fa6a1ff1b61467286cbd5458881d2"
diskless master disconnect replicas when rdb child failed (#7518)
in case the rdb child failed, crashed or terminated unexpectedly redis would have marked the replica clients with repl_put_online_on_ack and then kill them only after a minute when no ack was received. it would not stream anything to these connections, so the only effect of this bug is a delay of 1 minute in the replicas attempt to re-connect.
Please register or sign in to comment