redis-rdb-tools
redis-rdb-tools copied to clipboard
RDB file format need to update to version 7
Since Redis 3.2, the RDB version was updated to 7, added two new opcodes, RDB_OPCODE_AUX and RDB_OPCODE_RESIZEDB
@jianqingdu what's your point? redis-rdb-tools does support rdb-v7, and even sends the AUX fields to the parser callbacks.