From e7422ef1662f676d6fdb12014b99b3f1bfc36acd Mon Sep 17 00:00:00 2001 From: Ryan Schwartz Date: Thu, 7 May 2015 14:28:21 -0500 Subject: [PATCH] Update 00-RELEASENOTES Fix typo in 00-RELEASENOTES. --- 00-RELEASENOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 22d96190..a32930a4 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -32,7 +32,7 @@ Upgrade urgency: LOW for Redis and Cluster, MODERATE for Sentinel. * WAIT command to block waiting for a write to be transmitted to the specified number of slaves. * MIGRATE connection caching. Much faster keys migraitons. -* MIGARTE new options COPY and REPLACE. +* MIGRATE new options COPY and REPLACE. * CLIENT PAUSE command: stop processing client requests for a specified amount of time. * BITCOUNT performance improvements.