X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/d22248ae99543e74a93c88b9311f23a56231c83c..b4b923b04bb06e1026ad93389856b47e5eb25de7:/00-RELEASENOTES?ds=sidebyside 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.