redis-rdb-tools
redis-rdb-tools copied to clipboard
Not able to run rdb
Getting an error:
rdb -c memory dump.rdb --bytes 128 -f memory.csv
Traceback (most recent call last):
File "/usr/bin/rdb", line 5, in
Hi, i haven't seen that problem before. Is your python installation healthy? do other packages work? Can you try upgrading to python2.7?
It worked with a fork of this code for Redis 3.x
@farhad-tarapore do you mean to say it's a regression? do you have a release version or commit SHA which this fork is based on? can you please test python2.7? can you try to narrow down the change that caused this regression?