Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
a2d68e65
Commit
a2d68e65
authored
Jun 22, 2011
by
antirez
Browse files
Redis 2.2.11
parent
25e805b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
a2d68e65
...
@@ -12,6 +12,14 @@ for 2.0.
...
@@ -12,6 +12,14 @@ for 2.0.
CHANGELOG
CHANGELOG
---------
---------
What's new in Redis 2.2.11
==========================
* Solved a never reported but possibly critical bug in the AOF and RDB
persistence, introduced with the new version of the iterator: In very rare
circumstances the AOF (after rerwite) or the rdb file may contain the same
key more than one time.
What's new in Redis 2.2.10
What's new in Redis 2.2.10
==========================
==========================
...
...
src/version.h
View file @
a2d68e65
#define REDIS_VERSION "2.2.1
0
"
#define REDIS_VERSION "2.2.1
1
"
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