Skip to content

Commit 2bfa679

Browse files
committed
Redis 2.6.15
1 parent e03c730 commit 2bfa679

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

00-RELEASENOTES

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,22 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
1414
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
1515
--------------------------------------------------------------------------------
1616

17+
--[ Redis 2.6.15 ] Release date: 21 Aug 2013
18+
19+
UPGRADE URGENCY: MODERATE, upgrade ASAP only if you experience issues related to
20+
the expired keys collection algorithm, or if you use the
21+
ZUNIONSTORE command.
22+
23+
* [FIX] Improved expired keys collection algorithm. Even under heavy load keys
24+
to be expired can't accumulate because of lack of CPU time.
25+
* [FIX] Fixed Issue #1240, ZUNIONSTORE could lead to wrong result.
26+
* [NEW] redis-benchmark improvements.
27+
* [NEW] dict.c API wrong usage detection.
28+
29+
WARNING: redis-benchmark released with 2.6.15 features non backward compatible
30+
change in the way the random arguments are specified, use the --help
31+
option for more information.
32+
1733
--[ Redis 2.6.14 ] Release date: 20 Jun 2013
1834

1935
UPGRADE URGENCY: HIGH because of the following two issues:

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define REDIS_VERSION "2.6.14"
1+
#define REDIS_VERSION "2.6.15"

0 commit comments

Comments
 (0)