]> git.saurik.com Git - redis.git/commitdiff
release notes, info on 2.0 compatibility
authorantirez <antirez@gmail.com>
Wed, 15 Dec 2010 16:18:15 +0000 (17:18 +0100)
committerantirez <antirez@gmail.com>
Wed, 15 Dec 2010 16:18:15 +0000 (17:18 +0100)
00-RELEASENOTES

index c7a159afb8a77d6b298c0156e5a5e1c4071e1289..04b40b9a2e367d2449e98c97363515ab1a05b21b 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.