mirror of
https://github.com/fluencelabs/redis
synced 2025-06-20 12:36:31 +00:00
RDB files now embed a crc64 checksum. Version of RDB bumped to 5.
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
|
||||
/* The current RDB version. When the format changes in a way that is no longer
|
||||
* backward compatible this number gets incremented. */
|
||||
#define REDIS_RDB_VERSION 4
|
||||
#define REDIS_RDB_VERSION 5
|
||||
|
||||
/* Defines related to the dump file format. To store 32 bits lengths for short
|
||||
* keys requires a lot of space, so we check the most significant 2 bits of
|
||||
|
Reference in New Issue
Block a user