From ab648d973d2c469300ab57d0ff3b508c458dae47 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 17 Oct 2011 10:46:00 +0200 Subject: [PATCH] 2.4.1 release notes. --- 00-RELEASENOTES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 5212b492..f253c4ca 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 =========================