The full version of Redis 3.0.0 has finally arrived, compared with the RC6 version, which includes:
* Fixed diskless replication problem (Oran Agra)
* Test Blpop replication after role changes (Salvatore Sanfilippo)
* Prepareclienttowrite () error handling method improvements (Salvatore Sanfilippo)
* Remove functions that are no longer used in dict.c (Salvatore Sanfilippo
The main new features of the Redis 3.0 version compared to version 2.8 include the following:
* Redis cluster--a distributed Redis implementation
* NEW "Embedded string" object encoding result, less cache loss, a significant increase in speed under specific workloads
* AOF Child-to-parent final data transfer minimized delay through "last write" during AOF rewrite
* Significantly improved LRU approximation algorithm for key erasure
* Wait command jam waits for a write operation to transfer to a specified number of slave nodes
* MIGRATE connection cache, greatly increase the speed of key migration
* Migarte new parameters COPY and REPLACE
* Client PAUSE command: To stop processing a request for clients within a specified time
* Bitcount Performance improvement
* Config set accepts memory values for different units, such as "config set maxmemory 1gb".
* Redis Log format Small adjustment for the role of the reaction instance (Master/slave)
* INCR Performance improvement
: http://download.redis.io/releases/redis-3.0.0.tar.gz
It seems to consider upgrading Oschina's Redis to this version!
Redis 3.0.0 full version, high performance k/v service