We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4f4cb commit 214cf63Copy full SHA for 214cf63
00-RELEASENOTES
@@ -18,6 +18,13 @@ to modify your program in order to use Redis 2.4.
18
CHANGELOG
19
---------
20
21
+What's new in Redis 2.3.9 (2.4 Release Candidate 6)
22
+===================================================
23
+
24
+* [BUGFIX] Fixed a bug with the automatic AOF rewrite causing continuous
25
+ rewrites for AOF files bigger than 4 GB.
26
+* New maxmemory tests.
27
28
What's new in Redis 2.3.8 (2.4 Release Candidate 5)
29
===================================================
30
src/version.h
@@ -1 +1 @@
1
-#define REDIS_VERSION "2.3.8"
+#define REDIS_VERSION "2.3.9"
0 commit comments