Redis 2.8.1.

This commit is contained in:
antirez 2013-11-25 11:21:49 +01:00
parent c61cc761d5
commit dd239c37db
2 changed files with 10 additions and 1 deletions

View File

@ -14,6 +14,15 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP. CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
--[ Redis 2.8.1 ] Release date: 25 Nov 2013
# UPGRADE URGENCY: LOW for Redis, CRITICAL for Senitnel. You don't need to
upgrade your Redis instances but it is highly recommended
to upgrade and restart all the Sentinel processes.
* [FIX] Fixed a bug in "new Sentinel" config propagation.
* [FIX] Fixed a false positive in Redis tests.
--[ Redis 2.8.0 ] Release date: 22 Nov 2013 --[ Redis 2.8.0 ] Release date: 22 Nov 2013
# UPGRADE URGENCY: LOW, unless you want to upgrade to new Sentinel code. # UPGRADE URGENCY: LOW, unless you want to upgrade to new Sentinel code.

View File

@ -1 +1 @@
#define REDIS_VERSION "2.8.0" #define REDIS_VERSION "2.8.1"