File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,22 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
1414CRITICAL: 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
1935UPGRADE URGENCY: HIGH because of the following two issues:
Original file line number Diff line number Diff line change 1- #define REDIS_VERSION "2.6.14 "
1+ #define REDIS_VERSION "2.6.15 "
You can’t perform that action at this time.
0 commit comments