X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/7c5d96d98e6cc2a0e7ea5ea30e3ca4772a84b3cb..b330de57ff79f2beff36c81a07f47ce1b60113e6:/00-RELEASENOTES diff --git a/00-RELEASENOTES b/00-RELEASENOTES index d4364bc7..2c7fad2b 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -26,7 +26,7 @@ Also the following redis.conf and CONFIG GET / SET parameters changed name: * hash-max-zipmap-entries, now replaced by hash-max-ziplist-entries * hash-max-zipmap-value, now replaced by hash-max-ziplist-value - * glueoutputbuf was no completely removed as it does not make sense + * glueoutputbuf option was now completely removed (was deprecated) --------- CHANGELOG @@ -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,