sewenew/redis-protobuf

Add an option to discard unknown message when loading RDB file

Opened this issue · 0 comments

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.