mirror of
https://github.com/fluencelabs/redis
synced 2025-05-01 13:32:13 +00:00
Redis 2.6.7
This commit is contained in:
parent
6c9897f6cf
commit
d9301f05e2
@ -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.
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
--[ 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 ]
|
||||
|
||||
UPGRADE URGENCY: CRITICAL if you experienced one more more crashes.
|
||||
|
@ -1 +1 @@
|
||||
#define REDIS_VERSION "2.6.6"
|
||||
#define REDIS_VERSION "2.6.7"
|
||||
|
Loading…
x
Reference in New Issue
Block a user