Redis 2.2.11

This commit is contained in:
antirez
2011-06-22 22:37:21 +02:00
parent 25e805b417
commit a2d68e6524
2 changed files with 9 additions and 1 deletions

View File

@ -12,6 +12,14 @@ for 2.0.
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
==========================

View File

@ -1 +1 @@
#define REDIS_VERSION "2.2.10"
#define REDIS_VERSION "2.2.11"