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
2a18c2c4
Commit
2a18c2c4
authored
Aug 01, 2012
by
antirez
Browse files
Redis 2.4.16
parent
95bf36fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
2a18c2c4
...
...
@@ -18,6 +18,14 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
---------
What's new in Redis 2.4.16
==========================
* INFO command now shows slaves with the correct port number, assuming you
use 2.4.16 or greater as slave as well. This makes Redis 2.4.16 compatible
with Redis Sentinel. This fix required the introduction of a new internal
command called REPLCONF, see commit b998ebe for more information.
What's new in Redis 2.4.15
==========================
...
...
src/version.h
View file @
2a18c2c4
#define REDIS_VERSION "2.4.1
5
"
#define REDIS_VERSION "2.4.1
6
"
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