Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
f743cacc
Commit
f743cacc
authored
Apr 19, 2012
by
antirez
Browse files
Redis 2.4.11
parent
922283b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
f743cacc
...
@@ -18,6 +18,19 @@ to modify your program in order to use Redis 2.4.
...
@@ -18,6 +18,19 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
CHANGELOG
---------
---------
What's new in Redis 2.4.11
=========================
UPGRADE URGENCY: moderate if you don't experience any of the fixed problems.
* [BUGFIX] Fixed a problem with aeWait() implementation. May cause a crash
under non easy to replicate condiitons. See issue #267 on github.
* [BUGFIX] SORT with GET/BY option fetching expiring keys fixed. Issue #460.
* [BUGFIX] INFO field master_link_down_since_seconds initialized correctly.
* [FEATURE] redis-cli back ported from Redis unstable. Now has support for
--bigkeys (to sample the DB for very large keys), --slave to
simulate a slave instance.
What's new in Redis 2.4.10
What's new in Redis 2.4.10
==========================
==========================
...
...
src/version.h
View file @
f743cacc
#define REDIS_VERSION "2.4.1
0
"
#define REDIS_VERSION "2.4.1
1
"
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