X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/d84f776e873ea93f22dc230e2b10ee70a8a6cd2e..0d83011a11b42fe1b0d1bebb7b9a3318fd44f0e5:/src/rdb.h diff --git a/src/rdb.h b/src/rdb.h index 60157ad8..2be5d9cd 100644 --- a/src/rdb.h +++ b/src/rdb.h @@ -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