]> git.saurik.com Git - redis.git/blobdiff - src/rdb.h
Compare integers in ziplist regardless of encoding
[redis.git] / src / rdb.h
index 2be5d9cd11bf04888e6d28fa9674b801b1d1834f..0381c5b4c92e55baa5b4c705dd2ed061c9245f2c 100644 (file)
--- 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 5
+#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