When loading RDB file, if we met some unknown Protobuf message, e.g. the .proto file has been remove from the given directory, redis-protobuf fails to start.
Instead, we can add an option for the loadmodule directive, and this option decides whether we should stop loading or just discard these unknown messages and start normally.
When loading RDB file, if we met some unknown Protobuf message, e.g. the .proto file has been remove from the given directory, redis-protobuf fails to start.
Instead, we can add an option for the
loadmodule
directive, and this option decides whether we should stop loading or just discard these unknown messages and start normally.