Oran Agra
Oran Agra
@siva-7112 can you share more details? which version of rdbtools you're using and which version of redis? what are the types of keys missing (maybe they're all of the same...
@siva-7112 i guess we must be able to reproduce in order to investigate. it would be best if you can narrow down the scenario with some trial and error and...
only the non-printable chars are converted to hex. look at escape_ascii_bytes in rdbtools/encodehelpers.py so yo can that this sequence can be fed directly to python as a literal. print("\x28 -...
I think in python 2 you should use `decode('string_escape')`
@vinod-sisodiya if you're talking about https://rdbtools.com/ then i think you're might be asking in the wrong place.
@optimisticanshul i understand you can reproduce this problem, can you please try the code of the latest master to see if it solves it, and if not either try to...
Can you please share some details about your key? what type is it?, what encoding (OBJECT ENCODING key)?, number of fields or elements in the key, and if you know...
looks like you're already using the right version (by default it calculates memory usage of redis 3.2), so there's no need to edit that script. anyway, it looks like the...
@alokch18 it looks like maybe you're using an old version of redis-rdb-tools. rdb version 9 (Redis 5.0) is supported long ago.
@alokch18 this is the latest release: https://github.com/sripathikrishnan/redis-rdb-tools/archive/rdbtools-0.1.14.tar.gz