Commit d9301f05 authored by antirez's avatar antirez
Browse files

Redis 2.6.7

parent 6c9897f6
...@@ -14,6 +14,13 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade! ...@@ -14,6 +14,13 @@ 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.6.7 ]
UPGRADE URGENCY: MODERATE (unless you BLPOP using the same key multiple times).
* [BUGFIX] Don't crash if BLPOP & co are called with the same key repeated
multiple times (Issue #801).
--[ Redis 2.6.6 ] --[ Redis 2.6.6 ]
UPGRADE URGENCY: CRITICAL if you experienced one more more crashes. UPGRADE URGENCY: CRITICAL if you experienced one more more crashes.
......
#define REDIS_VERSION "2.6.6" #define REDIS_VERSION "2.6.7"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment