Open varunbalupuri opened 5 years ago
I have a redis dump file which is around 30MB
30MB
When I run rdb -c json dump.rdb I get a json list of my keys, with no data in them, for example:
rdb -c json dump.rdb
[{ "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
Redis server v=5.0.0
0.1.13
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: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