Redis 2.4.10

This commit is contained in:
antirez 2012-03-30 13:07:18 +02:00
parent 06665b7191
commit 1fa954a558
2 changed files with 10 additions and 1 deletions

View File

@ -18,6 +18,15 @@ to modify your program in order to use Redis 2.4.
CHANGELOG CHANGELOG
--------- ---------
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 What's new in Redis 2.4.9
========================= =========================

View File

@ -1 +1 @@
#define REDIS_VERSION "2.4.9" #define REDIS_VERSION "2.4.10"