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
0dfc5578
Commit
0dfc5578
authored
Sep 21, 2011
by
antirez
Browse files
Version bumped to 2.2.14, Changelog updated.
parent
ee9f3679
Changes
2
Show whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
0dfc5578
...
@@ -12,6 +12,16 @@ for 2.0.
...
@@ -12,6 +12,16 @@ for 2.0.
CHANGELOG
CHANGELOG
---------
---------
What's new in Redis 2.2.14
==========================
* [BUGFIX] Fixed a rare but possible AOF race condition that could result into
duplicated commands inside the AOF.
* [BUGFIX] Don't replicate SAVE.
* LRANGE optimization may drastically improve performances when querying the
final part of a long list.
* redis-cli now implements a --latency mode to monitory Redis delay.
What's new in Redis 2.2.13
What's new in Redis 2.2.13
==========================
==========================
...
...
src/version.h
View file @
0dfc5578
#define REDIS_VERSION "2.2.1
3
"
#define REDIS_VERSION "2.2.1
4
"
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