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
03a851e5
Commit
03a851e5
authored
Aug 30, 2012
by
antirez
Browse files
Redis 2.4.17
parent
62c8fa38
Changes
2
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
03a851e5
...
@@ -18,6 +18,17 @@ to modify your program in order to use Redis 2.4.
...
@@ -18,6 +18,17 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
CHANGELOG
---------
---------
What's new in Redis 2.4.17
==========================
* INFO command now contains the run_id field for Redis Sentinel compatibility.
* Support for the "slave priority" parameter published via INFO and used by
Redis Sentinel.
* [BUGFIX] An optimization to convert double values into strings was not used
because of an error in a preprocessor directive. Now it's fixed. Saving
datasets with many sorted sets should be faster.
* [BUGFIX] Fixed a theoretic bug in the ziplist implementation.
What's new in Redis 2.4.16
What's new in Redis 2.4.16
==========================
==========================
...
...
src/version.h
View file @
03a851e5
#define REDIS_VERSION "2.4.1
6
"
#define REDIS_VERSION "2.4.1
7
"
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