summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-01-17 12:19:15 +0100
committerantirez <antirez@gmail.com>2011-01-17 12:19:15 +0100
commit825d2904d1314583e936cdccb91f0e31b6cd18a1 (patch)
tree3ff3ce7d20da11425396789b6c6a3e03d110e5e9
parent3becef9ee6309f013858486f9cdc87f53375ee85 (diff)
downloadredis-825d2904d1314583e936cdccb91f0e31b6cd18a1.tar.gz
release notes updated for 2.2.0 RC3
-rw-r--r--00-RELEASENOTES12
1 files changed, 12 insertions, 0 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index abc825385..0c2d801f7 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)
====================================================