summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-05-15 17:40:03 +0200
committerantirez <antirez@gmail.com>2015-05-15 17:40:03 +0200
commita97658f293e89d0e601334aeab8dbf68ffb51224 (patch)
tree25daf3c7a5527ef9634a9a8bc779ad81a4f3d5a6
parent138e7af57bc5fa9a9276dbe89e8a03e303dee3e2 (diff)
parent71fba427c240e533567f6f8c5d0b4fea5d93dd65 (diff)
downloadredis-a97658f293e89d0e601334aeab8dbf68ffb51224.tar.gz
Merge branch '3.0' of github.com:/antirez/redis into 3.0
-rw-r--r--00-RELEASENOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 22d961900..a32930a47 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.