Created
July 1, 2016 16:10
-
-
Save antirez/761649fa91df0ed594f75effbaa6d77c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./redis-check-rdb dump.rdb :rdb-check*: ?? | |
[offset 0] Checking RDB file dump.rdb | |
[offset 32] AUX FIELD redis-ver = '999.999.999' | |
[offset 46] AUX FIELD redis-bits = '64' | |
[offset 58] AUX FIELD ctime = '1467380086' | |
[offset 73] AUX FIELD used-mem = '1049664' | |
[offset 75] Selecting DB ID 0 | |
--- RDB ERROR DETECTED --- | |
[offset 4113] Internal error in RDB reading function at rdb.c:468 -> Unknown RDB string encoding type 14 | |
[additional info] While doing: read-object-value | |
[additional info] Reading key 'kҝ��53' | |
[additional info] Reading type 0 (string) | |
[info] 215 keys read | |
[info] 0 expires | |
[info] 0 already expired |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment