Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
1a6281f5
Commit
1a6281f5
authored
Feb 17, 2011
by
antirez
Browse files
version bumped to 2.2.0 and release notes added
parent
c2571b31
Changes
2
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
1a6281f5
...
@@ -12,6 +12,17 @@ for 2.0.
...
@@ -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)
====================================================
====================================================
...
...
src/version.h
View file @
1a6281f5
#define REDIS_VERSION "2.
1.12
"
#define REDIS_VERSION "2.
2.0
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment