Utilities to convert Redis RDB files to JSON or SQL formats
Project description
Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON
RDB-CLI is a parser for Redis’ dump.rdb files. The parser generates events similar to an xml sax parser, and is very efficient memory wise.
SUPPORTING LATEST REDIS
In addition, rdbtools provides utilities to :
Generate a Memory Report of your data across all databases and keys
Convert dump files to JSON
Compare two dump files using standard diff tools
RDB-CLI is forked from rdbtools written in Python, though there are similar projects in other languages. See FAQs (https://github.com/sripathikrishnan/redis-rdb-tools/wiki/FAQs) for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.