sripathikrishnan / redis-rdb-tools

Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON
https://rdbtools.com
MIT License
5.07k stars 739 forks source link

rdb -c memory dump.rdb --bytes 128 -f redis.csv #169

Open chenwj1103 opened 3 years ago

chenwj1103 commented 3 years ago

run rdb -c memory dump.rdb --bytes 128 -f redis.csv,

but

Usage: rdb [options] /path/to/dump.rdb

Example : rdb --command json -k "user.*" /var/redis/6379/dump.rdb

rdb: error: no such option: --bytes

snackpub commented 3 years ago

I don’t know what your environment is, but this problem seems to have been fixed