sripathikrishnan / redis-rdb-tools

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

Module's data type support #100

Closed danni-m closed 7 years ago

danni-m commented 7 years ago

The changes are done in parser.py, where we parse the subtypes until we get a EOF. Each subtype is passed to the callback for handling, currently only the MemoryCallback support s modules. There is a possibility to extend the basic ModuleMemoryCallback for different types of modules.

oranagra commented 7 years ago

thanks. merging.