From 38bc8ea5317ce1a176affdcf915749ae34ef22dd Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 16 Mar 2018 13:48:44 +0100 Subject: [PATCH] RDB version 9. --- src/rdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rdb.h b/src/rdb.h index 30b2004b..bf0a34d2 100644 --- a/src/rdb.h +++ b/src/rdb.h @@ -38,7 +38,7 @@ /* The current RDB version. When the format changes in a way that is no longer * backward compatible this number gets incremented. */ -#define RDB_VERSION 8 +#define RDB_VERSION 9 /* 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