Merge branch '3.0' of github.com:/antirez/redis into 3.0

This commit is contained in:
antirez 2015-05-15 17:40:03 +02:00
commit a97658f293

View File

@ -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 * WAIT command to block waiting for a write to be transmitted to
the specified number of slaves. the specified number of slaves.
* MIGRATE connection caching. Much faster keys migraitons. * 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 * CLIENT PAUSE command: stop processing client requests for a
specified amount of time. specified amount of time.
* BITCOUNT performance improvements. * BITCOUNT performance improvements.