@@ -18,8 +18,16 @@ to modify your program in order to use Redis 2.4.
18
18
CHANGELOG
19
19
---------
20
20
21
+ What's new in Redis 2.4.15
22
+ ==========================
23
+
24
+ UPGRADE URGENCY: moderate if you use AOF, otherwise low.
25
+
26
+ * [BUGFIX] Jemalloc updated to 3.0.0. This fixes a possibly AOF rewrite issue.
27
+ See https://github.com/antirez/redis/issues/504 for info.
28
+
21
29
What's new in Redis 2.4.14
22
- =========================
30
+ ==========================
23
31
24
32
UPGRADE URGENCY: high, many non trivial bugs fixed in this release.
25
33
@@ -34,7 +42,7 @@ UPGRADE URGENCY: high, many non trivial bugs fixed in this release.
34
42
more responsive when a lot of keys are expiring at the same time.
35
43
36
44
What's new in Redis 2.4.13
37
- =========================
45
+ ==========================
38
46
39
47
UPGRADE URGENCY: high for all the users of the KEYS command, otherwise low.
40
48
@@ -43,7 +51,7 @@ UPGRADE URGENCY: high for all the users of the KEYS command, otherwise low.
43
51
keys. See issue #487 and #488 on github for details.
44
52
45
53
What's new in Redis 2.4.12
46
- =========================
54
+ ==========================
47
55
48
56
UPGRADE URGENCY: low if you don't experience any of the fixed problems.
49
57
@@ -52,7 +60,7 @@ UPGRADE URGENCY: low if you don't experience any of the fixed problems.
52
60
* [BUGFIX] Less false positives in tests.
53
61
54
62
What's new in Redis 2.4.11
55
- =========================
63
+ ==========================
56
64
57
65
UPGRADE URGENCY: moderate if you don't experience any of the fixed problems.
58
66
0 commit comments