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

dump.rdb is being parsed as empty keys #142

Open varunbalupuri opened 5 years ago

varunbalupuri commented 5 years ago

I have a redis dump file which is around 30MB

When I run rdb -c json dump.rdb I get a json list of my keys, with no data in them, for example:

[{
"key_1":{},
"key_2":{}}]

The file is definitely not empty, there is plenty of data in there. Any ideas?

I am using Redis server v=5.0.0 and rdbtools version: 0.1.13