Skip to content

Commit

Permalink
Redis 2.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Apr 19, 2012
1 parent 922283b commit f743cac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions 00-RELEASENOTES
Expand Up @@ -18,6 +18,19 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
---------

What's new in Redis 2.4.11
=========================

UPGRADE URGENCY: moderate if you don't experience any of the fixed problems.

* [BUGFIX] Fixed a problem with aeWait() implementation. May cause a crash
under non easy to replicate condiitons. See issue #267 on github.
* [BUGFIX] SORT with GET/BY option fetching expiring keys fixed. Issue #460.
* [BUGFIX] INFO field master_link_down_since_seconds initialized correctly.
* [FEATURE] redis-cli back ported from Redis unstable. Now has support for
--bigkeys (to sample the DB for very large keys), --slave to
simulate a slave instance.

What's new in Redis 2.4.10
==========================

Expand Down
2 changes: 1 addition & 1 deletion src/version.h
@@ -1 +1 @@
#define REDIS_VERSION "2.4.10"
#define REDIS_VERSION "2.4.11"

0 comments on commit f743cac

Please sign in to comment.