You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON
7
+
8
+
Rdbtools is a parser for Redis' dump.rdb files. The parser generates events similar to an xml sax parser, and is very efficient memory wise.
9
+
10
+
In addition, rdbtools provides utilities to :
11
+
12
+
1. Generate a Memory Report of your data across all databases and keys
13
+
2. Convert dump files to JSON
14
+
3. Compare two dump files using standard diff tools
15
+
16
+
Rdbtools is 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.
0 commit comments