]> git.saurik.com Git - redis.git/blobdiff - 00-RELEASENOTES
Added "read-only slaves" in new features section of 2.6 release notes.
[redis.git] / 00-RELEASENOTES
index d4364bc757ef777d2ef2024128cad8f79a0ce615..2c7fad2bbe6814dc6a4996344e6f8c2fb597aa0e 100644 (file)
@@ -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,