rdb

Parse and inspect Redis RDB snapshot files from the command line

brewmacoslinux
Try with needOr install directly
Source

About

Redis RDB parser

Commands

rdb

Examples

Display summary information about an RDB file$ rdb --info dump.rdb
Convert RDB file to JSON format$ rdb --json dump.rdb > output.json
List all keys in an RDB file with their types and sizes$ rdb --command json dump.rdb | jq '.[]'