diff options
author | antirez <antirez@gmail.com> | 2010-12-15 17:18:15 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2010-12-15 17:18:15 +0100 |
commit | 9fecc4057ac1f43d41a21d90e407863f22396e38 (patch) | |
tree | 98febd991628dcd3104e0d62196c02b722fde01b /00-RELEASENOTES | |
parent | 51716cbdb8cdf8b0518d2b0ffcc96042686ccd97 (diff) | |
download | redis-9fecc4057ac1f43d41a21d90e407863f22396e38.tar.gz |
release notes, info on 2.0 compatibility
Diffstat (limited to '00-RELEASENOTES')
-rw-r--r-- | 00-RELEASENOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES index c7a159afb..04b40b9a2 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. |