]> git.saurik.com Git - redis.git/commitdiff
Added "read-only slaves" in new features section of 2.6 release notes.
authorantirez <antirez@gmail.com>
Fri, 27 Apr 2012 21:06:02 +0000 (23:06 +0200)
committerantirez <antirez@gmail.com>
Fri, 27 Apr 2012 21:06:02 +0000 (23:06 +0200)
00-RELEASENOTES

index b10f54523dd4682fff61e341ee674e5e7e2b0949..2c7fad2bbe6814dc6a4996344e6f8c2fb597aa0e 100644 (file)
@@ -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.
   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,
 * 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,