Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
38bc8ea5
Commit
38bc8ea5
authored
Mar 16, 2018
by
antirez
Browse files
RDB version 9.
parent
8b0cfb1e
Changes
1
Show whitespace changes
Inline
Side-by-side
src/rdb.h
View file @
38bc8ea5
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
/* The current RDB version. When the format changes in a way that is no longer
/* The current RDB version. When the format changes in a way that is no longer
* backward compatible this number gets incremented. */
* 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
/* 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
* keys requires a lot of space, so we check the most significant 2 bits of
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment