Skip to content

Commit

Permalink
Redis 2.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Jun 9, 2011
1 parent be87e76 commit 7d8c021
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions 00-RELEASENOTES
Expand Up @@ -15,6 +15,18 @@ CHANGELOG
What's new in Redis 2.2.8
=========================

Redis 2.2.9 is an important bugfix release:

* A Slave used to rewrite the AOF log after a sync with the master, but the
rewrite was performed at the wrong time, causing inconsistencies in the
AOF file generated.
* [LR]LPUSH replication in presence of BRPOPLPUSH was broken. Fixed.
* Memory leak in BRPOPLPUSH fixed.
* Pub/Sub bug resulting in random crashes fixed.

What's new in Redis 2.2.8
=========================

* A new form of dict.c (hash table implementation) iterator that performs less
copy-on-write of pages, introduced in Redis 2.2.7, caused ZINTERSTORE,
ZUNIONSTORE, SINTER, SINTERSTORE commands to behave in the wrong way.
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
@@ -1 +1 @@
#define REDIS_VERSION "2.2.8"
#define REDIS_VERSION "2.2.9"

0 comments on commit 7d8c021

Please sign in to comment.