Fixed typo in 2.6 release notes.

This commit is contained in:
antirez 2012-03-19 22:10:18 +01:00
parent f597910121
commit 518e7202b2

View File

@ -46,7 +46,7 @@ UPGRADE URGENCY: We suggest new users to start with 2.6.0, and old users to
in slaves. in slaves.
* Milliseconds resolution expires, also added new commands with milliseconds * Milliseconds resolution expires, also added new commands with milliseconds
precision (PEXPIRE, PTTL, ...). precision (PEXPIRE, PTTL, ...).
* Clinets 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,
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.