summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-10-17 10:46:00 +0200
committerantirez <antirez@gmail.com>2011-10-17 10:46:00 +0200
commitab648d973d2c469300ab57d0ff3b508c458dae47 (patch)
tree8526f4253501da4996b6db4d3176af83bea0ba5f
parent5ab72bedb7019492e1416c6e7d4b47fcfd63f0df (diff)
downloadredis-2.4.1.tar.gz
2.4.1 release notes.2.4.1
-rw-r--r--00-RELEASENOTES7
1 files changed, 7 insertions, 0 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 5212b492f..f253c4ca0 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -18,6 +18,13 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
---------
+What's new in Redis 2.4.1
+=========================
+
+* [BUGFIX] FLUSHALL was not replicated nor written into the Append Only File.
+* [BUGFIX] FLUSHALL now only performs a sync SAVE if there is at least
+ one save point configured.
+
What's new in Redis 2.4.0
=========================