From 825d2904d1314583e936cdccb91f0e31b6cd18a1 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 17 Jan 2011 12:19:15 +0100 Subject: [PATCH] release notes updated for 2.2.0 RC3 --- 00-RELEASENOTES | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index abc82538..0c2d801f 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -8,6 +8,18 @@ cases, basicaly it is very unlikely that you will experience any problem upgrading your 2.0 instances to 2.2, as 2.2 can work as a drop in replacement for 2.0. +What's new in Redis 2.1.10 (2.2 Release Candidate 3) +==================================================== + +Redis 2.2 RC3 is a bug fix and minor enhancements feature: + +* Solaris fixes +* Fixes and improvements for redis-benchmark +* New INFO field with memory allocation details +* New INFO fields with info about clients max input/output buffer +* Replication: KEYS fixed in slaves +* Different default thresholds for Hash type memory saving encodings + What's new in Redis 2.1.10 (2.2 Release Candidate 2) ====================================================