Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit f743cac

Browse files
committed
Redis 2.4.11
1 parent 922283b commit f743cac

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

00-RELEASENOTES

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@ to modify your program in order to use Redis 2.4.
1818
CHANGELOG
1919
---------
2020

21+
What's new in Redis 2.4.11
22+
=========================
23+
24+
UPGRADE URGENCY: moderate if you don't experience any of the fixed problems.
25+
26+
* [BUGFIX] Fixed a problem with aeWait() implementation. May cause a crash
27+
under non easy to replicate condiitons. See issue #267 on github.
28+
* [BUGFIX] SORT with GET/BY option fetching expiring keys fixed. Issue #460.
29+
* [BUGFIX] INFO field master_link_down_since_seconds initialized correctly.
30+
* [FEATURE] redis-cli back ported from Redis unstable. Now has support for
31+
--bigkeys (to sample the DB for very large keys), --slave to
32+
simulate a slave instance.
33+
2134
What's new in Redis 2.4.10
2235
==========================
2336

src/version.h

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

0 commit comments

Comments
 (0)