Commit b330de57 authored by antirez's avatar antirez
Browse files

Added "read-only slaves" in new features section of 2.6 release notes.

parent 18759c92
...@@ -53,6 +53,7 @@ An overview of new features and changes in Redis 2.6.x ...@@ -53,6 +53,7 @@ An overview of new features and changes in Redis 2.6.x
precision (PEXPIRE, PTTL, ...). precision (PEXPIRE, PTTL, ...).
* Better memory usage for "small" lists, ziplists and hashes when fields or * Better memory usage for "small" lists, ziplists and hashes when fields or
values contain small integers. values contain small integers.
* Read only slaves.
* Clients max output buffer soft and hard limits. You can specifiy different * Clients max output buffer soft and hard limits. You can specifiy different
limits for different classes of clients (normal,pubsub,slave). limits for different classes of clients (normal,pubsub,slave).
* AOF is now able to rewrite aggregate data types using variadic commands, * AOF is now able to rewrite aggregate data types using variadic commands,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment