Redis 2.4.11 has been released with these changes :
- [BUGFIX] Fixed a problem with
aeWait()
implementation. May cause a crash under non easy to replicate condiitons. See issue #267 on github. - [BUGFIX]
SORT
withGET
/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.
The upgrade urgency is moderate if you don’t experience any of the fixed problems.
The packages of Redis 2.4.11 are now available for Debian 6.0 “Squeeze” on both amd64 and i386 architectures.