rdb-cli tool takes redis RDB file and converts it to redis protocol (or other) format. This can be then used for ex. to pipe data in protocol format directly to redis using mass insertion feature.
Usage example
This tool will be used in backup process to restore a running redis instance without the need to have SSH access (ex. AWS ElastiCache)