Parse and inspect Redis RDB snapshot files from the command line
Redis RDB parser
rdb
$ rdb --info dump.rdb
$ rdb --json dump.rdb > output.json
$ rdb --command json dump.rdb | jq '.[]'