Allow modules to handle RDB loading errors.
This is especially needed in diskless loading, were a short read could have caused redis to exit. now the module can handle the error and return to the caller gracefully. this fixes #5326
Please register or sign in to comment