]> git.saurik.com Git - redis.git/commitdiff
2.6 Release notes: added more new features to the list.
authorantirez <antirez@gmail.com>
Sun, 27 May 2012 15:17:22 +0000 (17:17 +0200)
committerantirez <antirez@gmail.com>
Sun, 27 May 2012 15:17:22 +0000 (17:17 +0200)
00-RELEASENOTES

index a5ff7f2d8ef727508b7c58a0feabced0f82faac7..e4b86c3067a30b09ecd491003ec7905e9b50ebb3 100644 (file)
@@ -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.
 * 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).
 * 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
 * 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