From: antirez Date: Fri, 27 Apr 2012 21:06:02 +0000 (+0200) Subject: Added "read-only slaves" in new features section of 2.6 release notes. X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/b330de57ff79f2beff36c81a07f47ce1b60113e6?ds=sidebyside;hp=--cc Added "read-only slaves" in new features section of 2.6 release notes. --- b330de57ff79f2beff36c81a07f47ce1b60113e6 diff --git a/00-RELEASENOTES b/00-RELEASENOTES index b10f5452..2c7fad2b 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -53,6 +53,7 @@ An overview of new features and changes in Redis 2.6.x precision (PEXPIRE, PTTL, ...). * Better memory usage for "small" lists, ziplists and hashes when fields or values contain small integers. +* Read only slaves. * Clients max output buffer soft and hard limits. You can specifiy different limits for different classes of clients (normal,pubsub,slave). * AOF is now able to rewrite aggregate data types using variadic commands,