Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 417449 - dev-db/redis-2.4.14 version bump
Summary: dev-db/redis-2.4.14 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-05-25 06:18 UTC by Johan Bergström
Modified: 2012-05-31 07:56 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-05-25 06:18:30 UTC
What's new in Redis 2.4.14
=========================

UPGRADE URGENCY: high, many non trivial bugs fixed in this release.

* [BUGFIX] Fixed issue #518 (Redis 99% CPU when master down).
* [BUGFIX] Fixed issue #516 (ZINTERSTORE mixing sets and zsets).
* [BUGFIX] Fixed a bug in install_server.sh when using chkconfig
* [BUGFIX] Fixes to --test-memory implementation.
* [BUGFIX] Allow PREFIX to be overridden in Makefile.
* [BUGFIX] The test is now more reliable on slow computers.
* redis-cli --pipe mode, see http://redis.io/topics/mass-insert
* Much better expired keys collection algorithm that makes the server much
  more responsive when a lot of keys are expiring at the same time.

Works on x86/amd64. The only thing we should look out for is jemalloc 3.0 (see bug  416243), since it won't build with this version. It's a relatively easy patch, but upstream seems to be pretty picky regarding what to play game with - so I would suggest sticking to upstream decision. So, my suggestion would be adding <dev-libs/jemalloc-3.0 as dep.
Comment 1 Dirkjan Ochtman (RETIRED) gentoo-dev 2012-05-31 07:56:30 UTC
Done, thanks!