| Summary: | dev-db/redis-2.4.10 is released | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jeremy Olexa (darkside) (RETIRED) <darkside> |
| Component: | Current packages | Assignee: | Johan Bergström <bugs> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | enhancement | CC: | djc, lu_zero, robbat2 |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
*** This bug has been marked as a duplicate of bug 408777 *** (sorry for the dupe, I thought I searched but forgot) |
What's new in Redis 2.4.10 ========================== UPGRADE URGENCY: High for users using replication with a DB identifier higher than 9, or chaining replication so that slaves are attached to other slaves. Low for all the other users. * [FEATURE] Redis --test-meory improved with new test testing addressing. * [BUGFIX] Fixed a memory leak: happens when replication is used with DB > 9. * [BUGFIX] Fixed a replication bug that happens in chained replicaiton when a slave is attached to a master that is later turned into a slave. Now the chained slave reconnection is properly forced. What's new in Redis 2.4.9 ========================= UPGRADE URGENCY: low. Mostly new features and minor bug fixing. * [FEATURE] Redis server is now able to test your memory for broken RAM. Usage: ./redis-server --test-memory <megabytes>. * [FEATURE] redis-benchmark backported from unstable. Pipelining, run selected tests, and a few more features. * [BUGFIX] utils/install_server.sh script now works on Redhat / Centos. * [BUGFIX] Minor fix to redis-cli (github issue #306).