From: antirez Date: Mon, 19 Mar 2012 21:10:18 +0000 (+0100) Subject: Fixed typo in 2.6 release notes. X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/518e7202b29a287f49671fd32f706054570b3f4e Fixed typo in 2.6 release notes. --- diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 8a225b71..64acd87d 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -46,7 +46,7 @@ UPGRADE URGENCY: We suggest new users to start with 2.6.0, and old users to in slaves. * Milliseconds resolution expires, also added new commands with milliseconds 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). * 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.