sripathikrishnan / redis-rdb-tools

Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON
https://rdbtools.com
MIT License
5.07k stars 739 forks source link

RDB file format need to update to version 7 #98

Open jianqingdu opened 7 years ago

jianqingdu commented 7 years ago

Since Redis 3.2, the RDB version was updated to 7, added two new opcodes, RDB_OPCODE_AUX and RDB_OPCODE_RESIZEDB

oranagra commented 7 years ago

@jianqingdu what's your point? redis-rdb-tools does support rdb-v7, and even sends the AUX fields to the parser callbacks.