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.16 ] Release date: 28 Aug 2013
18+
19+ UPGRADE URGENCY: MODERATE.
20+
21+ * [FIX] Stop writes when fork() fails when trying to BGSAVE. BGSAVE errors
22+ were trapped only in the case the saving child failed, so the fork()
23+ error was no trapped as no child is created at all.
24+ * [FIX] Fix a serious memory efficiency regression, Redis 2.6.16 is
25+ significantly better with large values (>= a few kbytes) and will
26+ be able to store two times the amount of data compared to Redis 2.6.15
27+ when values are in that range.
28+ * [FIX] Fixed an issue with Table conversion in the lua-cmsgpack library exposed
29+ by the Redis scripting engine.
30+ * [NEW] DEBUG SDSLEN was introduced to debug memory inefficiencies due to
31+ SDS allocation more easily.
32+
1733--[ Redis 2.6.15 ] Release date: 21 Aug 2013
1834
1935UPGRADE URGENCY: MODERATE, upgrade ASAP only if you experience issues related to
Original file line number Diff line number Diff line change 1- #define REDIS_VERSION "2.6.15 "
1+ #define REDIS_VERSION "2.6.16 "
You can’t perform that action at this time.
0 commit comments