summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-05-27 17:17:22 +0200
committerantirez <antirez@gmail.com>2012-05-27 17:17:22 +0200
commit9a8d51add539e0b69fa4bcd6454e6a9dd8301763 (patch)
treeae456498994fc3e3bdfb038371e2822eadec7fcd
parent473f3090f2574e8a2f5db5f18ab7387040829108 (diff)
downloadredis-9a8d51add539e0b69fa4bcd6454e6a9dd8301763.tar.gz
2.6 Release notes: added more new features to the list.
-rw-r--r--00-RELEASENOTES4
1 files changed, 4 insertions, 0 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index a5ff7f2d8..e4b86c306 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -52,8 +52,12 @@ An overview of new features and changes in Redis 2.6.x
* Better memory usage for "small" lists, ziplists and hashes when fields or
values contain small integers.
* Read only slaves.
+* New bit opeations: BITCOUNT and BITOP commands.
* Clients max output buffer soft and hard limits. You can specifiy different
limits for different classes of clients (normal,pubsub,slave).
+* More incremental (less blocking) expired keys collection algorithm, in
+ practical terms this means that Redis is more responsive when a very
+ big number of keys expire about at the same time.
* AOF is now able to rewrite aggregate data types using variadic commands,
often producing an AOF that is faster to save, load, and is smaller in size.
* Every redis.conf directive is now accepted as a command line option for the