Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 413357 - dev-db/redis-2.4.13 version bump
Summary: dev-db/redis-2.4.13 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-24 12:36 UTC by Johan Bergström
Modified: 2012-05-02 12:09 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johan Bergström 2012-04-24 12:36:24 UTC
Guize, new version.

Changes:

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.
Comment 1 Johan Bergström 2012-04-30 12:03:31 UTC
What's new in Redis 2.4.12
=========================

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

* [BUGFIX] Limit the amount of memory consumed by the slow log.
* [BUGFIX] --test-memory option fixes.
* [BUGFIX] Less false positives in tests.


Also: 2.6 is around the corner with a RC just out. I will adapt my patch for shared library support, but we will have to stay with lua 5.1.5 (upstream uses 5.1) since lua 5.2 isn't supported. Ebuild for that will probably arrive when the first release is out, but if you're really keen on it, let me know.
Comment 2 Johan Bergström 2012-05-02 11:56:46 UTC
What's new in Redis 2.4.13
=========================

UPGRADE URGENCY: high for all the users of the KEYS command, otherwise low.

* [BUGFIX] Fix for KEYS command: if the DB contains keys with expires the KEYS
           command may return the wrong output, having duplicated or missing
           keys. See issue #487 and #488 on github for details.
Comment 3 Dirkjan Ochtman (RETIRED) gentoo-dev 2012-05-02 12:09:41 UTC
Signed, sealed and delevered: it's yours.