summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-10-17 10:57:18 +0200
committerantirez <antirez@gmail.com>2011-10-17 10:57:18 +0200
commit8ff874d2b2ad7a5b8a498eebb6ae534030489bee (patch)
tree373e9f4ba708de4687a8d5ad4cc5b262b3576e7c
parentf97b01d36ab4c863d37f694c6c1b9f63b719832d (diff)
downloadredis-2.2.tar.gz
2.2.15 release notes2.2.152.2
-rw-r--r--00-RELEASENOTES7
1 files changed, 7 insertions, 0 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index e4c4c70ca..93ba29869 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -12,6 +12,13 @@ for 2.0.
CHANGELOG
---------
+What's new in Redis 2.2.15
+==========================
+
+* [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.2.14
==========================