Skip to content

Commit 7d8c021

Browse files
committed
Redis 2.2.9
1 parent be87e76 commit 7d8c021

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

00-RELEASENOTES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ CHANGELOG
1515
What's new in Redis 2.2.8
1616
=========================
1717

18+
Redis 2.2.9 is an important bugfix release:
19+
20+
* A Slave used to rewrite the AOF log after a sync with the master, but the
21+
rewrite was performed at the wrong time, causing inconsistencies in the
22+
AOF file generated.
23+
* [LR]LPUSH replication in presence of BRPOPLPUSH was broken. Fixed.
24+
* Memory leak in BRPOPLPUSH fixed.
25+
* Pub/Sub bug resulting in random crashes fixed.
26+
27+
What's new in Redis 2.2.8
28+
=========================
29+
1830
* A new form of dict.c (hash table implementation) iterator that performs less
1931
copy-on-write of pages, introduced in Redis 2.2.7, caused ZINTERSTORE,
2032
ZUNIONSTORE, SINTER, SINTERSTORE commands to behave in the wrong way.

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define REDIS_VERSION "2.2.8"
1+
#define REDIS_VERSION "2.2.9"

0 commit comments

Comments
 (0)