From: antirez Date: Wed, 15 Dec 2010 16:18:15 +0000 (+0100) Subject: release notes, info on 2.0 compatibility X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/9fecc4057ac1f43d41a21d90e407863f22396e38?ds=sidebyside release notes, info on 2.0 compatibility --- diff --git a/00-RELEASENOTES b/00-RELEASENOTES index c7a159af..04b40b9a 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -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.