Skip to content

Commit bf8d0e6

Browse files
committed
Redis 2.6.16.
1 parent 477e4da commit bf8d0e6

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.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

1935
UPGRADE URGENCY: MODERATE, upgrade ASAP only if you experience issues related to

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.15"
1+
#define REDIS_VERSION "2.6.16"

0 commit comments

Comments
 (0)