Redis 2.7.106 (2.8 Release Candidate 6).

This commit is contained in:
antirez 2013-11-06 09:24:26 +01:00
parent 3a66e0c157
commit f7f97bf730
2 changed files with 9 additions and 1 deletions

View File

@ -14,6 +14,14 @@ 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.
--------------------------------------------------------------------------------
--[ Redis 2.8 Release Candidate 5 (2.7.106) ] Release date: 6 Nov 2013
This is the 6th release candidate of Redis 2.8 (official version is 2.7.106).
# UPGRADE URGENCY: LOW, only new features back ported, no fixes.
* [NEW] SCAN, SSCAN, HSCAN, ZSCAN commands.
--[ Redis 2.8 Release Candidate 5 (2.7.105) ] Release date: 9 Oct 2013
This is the 5th release candidate of Redis 2.8 (official version is 2.7.105).

View File

@ -1 +1 @@
#define REDIS_VERSION "2.7.105"
#define REDIS_VERSION "2.7.106"