mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 22:11:33 +00:00
version bumped to 2.2.0 and release notes added
This commit is contained in:
@ -12,6 +12,17 @@ for 2.0.
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
What's new in Redis 2.2.0 final
|
||||||
|
===============================
|
||||||
|
|
||||||
|
Redis 2.2.0 final is both a bug fix and minor enhancement release:
|
||||||
|
|
||||||
|
* SPOP is now replicated correctly in AOF and across slaves.
|
||||||
|
* CONFIG SET/GET for all the special encoding parameters of sets, lists, hashes.
|
||||||
|
* Now BRPOPLPUSH will reply with single null bulk on timeout.
|
||||||
|
* Specifying port 0 in redis.conf will tell Redis to don't listen on TCP socket.
|
||||||
|
* Propagate key eviction to slaves and AOF, similarly to expires.
|
||||||
|
|
||||||
What's new in Redis 2.1.10 (2.2 Release Candidate 4)
|
What's new in Redis 2.1.10 (2.2 Release Candidate 4)
|
||||||
====================================================
|
====================================================
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
#define REDIS_VERSION "2.1.12"
|
#define REDIS_VERSION "2.2.0"
|
||||||
|
Reference in New Issue
Block a user