Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Commit

Permalink
version bumped to 2.2.0 and release notes added
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Feb 17, 2011
1 parent c2571b3 commit 1a6281f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions 00-RELEASENOTES
Expand Up @@ -12,6 +12,17 @@ for 2.0.
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)
====================================================

Expand Down
2 changes: 1 addition & 1 deletion src/version.h
@@ -1 +1 @@
#define REDIS_VERSION "2.1.12"
#define REDIS_VERSION "2.2.0"

0 comments on commit 1a6281f

Please sign in to comment.