Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
9a8d51ad
Commit
9a8d51ad
authored
May 27, 2012
by
antirez
Browse files
2.6 Release notes: added more new features to the list.
parent
473f3090
Changes
1
Show whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
9a8d51ad
...
@@ -52,8 +52,12 @@ An overview of new features and changes in Redis 2.6.x
...
@@ -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
* Better memory usage for "small" lists, ziplists and hashes when fields or
values contain small integers.
values contain small integers.
* Read only slaves.
* Read only slaves.
* New bit opeations: BITCOUNT and BITOP commands.
* 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).
* 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,
* 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.
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
* Every redis.conf directive is now accepted as a command line option for the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment