]> git.saurik.com Git - redis.git/blobdiff - 00-RELEASENOTES
added the mandatory Cheers in the release notes
[redis.git] / 00-RELEASENOTES
index c7a159afb8a77d6b298c0156e5a5e1c4071e1289..bca37d5f096aa1f2a7b1e5b37f8b927f4761e3b1 100644 (file)
@@ -5,6 +5,8 @@ server is very stable, but in the latest weeks we rewrote part of the internals
 in order to use a lot less memory while the saving child process is performing
 a BGREWRITEAOF or a BGSAVE, so handle with care for a couple of weeks.
 
+Oh, and I've some very good news: the majority of apps can work if you simply replace 2.2 in your old 2.0 environment. I can't think of any breakage.
+
 WHAT'S NEW IN REDIS 2.2.x
 
 * Specially encoded data types, small lists and sets can now use up to an order of magnitude less memory.
@@ -31,3 +33,6 @@ WHAT'S NEW IN REDIS 2.2.x
 * Endless other CPU optimizations and bugs fixed.
 
 Credits: Where not specified the implementation and design are done by Salvatore Sanfilippo and Pieter Noordhuis. Thanks to VMware for making all this possible. Also many thanks to all the other contributors and the amazing community we have.
+
+Cheers,
+Salvatore