librdb icon indicating copy to clipboard operation
librdb copied to clipboard

Redis RDB file parser, with JSON, RESP and RDB-loader extensions

Results 2 librdb issues
Sort by recently updated
recently updated
newest added

Non-ASCII characters are encoded incorrectly by `rdb-cli dump.rdb json`. Example: Add a key to redis with `SET demo "Müller"`. Run `rdb-cli dump.rdb json`. The result is: ```json [{ "demo":"M\u00c3\u00bcller" }]...

redis-cli support IPV6 address. rdb-cli Not Support。