summaryrefslogtreecommitdiff
path: root/src/rdb.h
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2018-03-16 13:48:44 +0100
committerantirez <antirez@gmail.com>2018-03-16 13:48:44 +0100
commit38bc8ea5317ce1a176affdcf915749ae34ef22dd (patch)
tree5c3171a6f4bd07cfbabcffc2ede0bd586e3c7015 /src/rdb.h
parent8b0cfb1e66bde9b0a31a52bd6d9ab80e0a8df873 (diff)
downloadredis-38bc8ea5317ce1a176affdcf915749ae34ef22dd.tar.gz
RDB version 9.
Diffstat (limited to 'src/rdb.h')
-rw-r--r--src/rdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rdb.h b/src/rdb.h
index 30b2004bc..bf0a34d2e 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