2014-02-10 15:36:02 +01:00
|
|
|
Redis 3.0 release notes
|
|
|
|
=======================
|
2012-02-05 11:08:01 +01:00
|
|
|
|
2014-02-10 15:36:02 +01:00
|
|
|
WARNING: Redis 3.0 is currently a BETA not suitable for production environments.
|
2012-02-05 11:08:01 +01:00
|
|
|
|
2014-02-10 15:36:02 +01:00
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
Upgrade urgency levels:
|
2012-02-05 11:08:01 +01:00
|
|
|
|
2014-02-10 15:36:02 +01:00
|
|
|
LOW: No need to upgrade unless there are new features you want to use.
|
|
|
|
MODERATE: Program an upgrade of the server, but it's not urgent.
|
|
|
|
HIGH: There is a critical bug that may affect a subset of users. Upgrade!
|
|
|
|
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
|
|
|
|
--------------------------------------------------------------------------------
|
2012-02-05 11:08:01 +01:00
|
|
|
|
2014-02-11 10:47:54 +01:00
|
|
|
--[ Redis 3.0.0 Beta 1 (version 2.9.50) ] Release date: 11 Feb 2014
|
2012-02-05 11:08:01 +01:00
|
|
|
|
2014-02-10 15:36:02 +01:00
|
|
|
This is the first beta of Redis 3.0.0 (official version is 2.8.50).
|
2012-03-10 10:38:53 +01:00
|
|
|
|
2014-02-10 15:36:02 +01:00
|
|
|
The following is a list of improvements in Redis 3.0, compared to Redis 2.8.
|
2012-03-10 10:38:53 +01:00
|
|
|
|
2014-02-10 15:36:02 +01:00
|
|
|
* [NEW] Redis Cluster: a distributed implementation of a subset of Redis.
|
|
|
|
* [NEW] New "embedded string" object encoding resulting in less cache
|
|
|
|
misses. Big speed gain under certain work loads.
|
|
|
|
* [NEW] WAIT command to block waiting for a write to be transmitted to
|
|
|
|
the specified number of slaves.
|
|
|
|
* [NEW] MIGRATE connection caching. Much faster keys migraitons.
|
|
|
|
* [NEW] MIGARTE new options COPY and REPLACE.
|
|
|
|
* [NEW] CLIENT PAUSE command: stop processing client requests for a
|
|
|
|
specified amount of time.
|
2012-02-05 11:08:01 +01:00
|
|
|
|
2014-02-10 15:36:02 +01:00
|
|
|
Migrating from 2.8 to 3.0
|
2012-02-05 11:08:01 +01:00
|
|
|
=========================
|
|
|
|
|
2014-02-10 15:36:02 +01:00
|
|
|
Redis 3.0 is mostly a strict subset of 2.8, you should not have any problem
|
|
|
|
upgrading your application from 2.8 to 3.0.
|
2012-02-05 11:08:01 +01:00
|
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
2014-02-10 15:36:02 +01:00
|
|
|
Credits: Where not specified the implementation and design is done by
|
|
|
|
Salvatore Sanfilippo. Thanks to Pivotal for making all this possible.
|
|
|
|
Also many thanks to all the other contributors and the amazing community
|
|
|
|
we have.
|
2012-02-05 11:08:01 +01:00
|
|
|
|
|
|
|
See commit messages for more credits.
|
|
|
|
|
|
|
|
Cheers,
|
|
|
|
Salvatore
|