X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/11dae1711fa799e23eacc4f142c09b425c75a8b8..4934f93dfb30c93a1636e3227584e791cd062bfb:/src/rdb.h diff --git a/src/rdb.h b/src/rdb.h index 60157ad8..0381c5b4 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 6 /* 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