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
e1849b64
Commit
e1849b64
authored
Jan 11, 2012
by
antirez
Browse files
Redis 2.4.6
parent
d0f37e24
Changes
2
Show whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
e1849b64
...
@@ -18,6 +18,18 @@ to modify your program in order to use Redis 2.4.
...
@@ -18,6 +18,18 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
CHANGELOG
---------
---------
What's new in Redis 2.4.6
=========================
* [BUGFIX] Fixed issue #141 part 1: Possible protocol desyncs when clients send
wrong protocol is now fixed. (See issue 141 for more details)
* [BUGFIX] Fixed issue #141 part 2: Connection of multiple slaves used to result
from time to time into corrupted protocol send to slaves connected
after the first one. (See issue 141 for more details)
* [BUGFIX] Do not propagate DEBUG LOADAOF.
* New INFO contains information such as ip/port/state for every conneced slave.
* Show GCC version in INFO output.
What's new in Redis 2.4.5
What's new in Redis 2.4.5
=========================
=========================
...
...
src/version.h
View file @
e1849b64
#define REDIS_VERSION "2.4.
5
"
#define REDIS_VERSION "2.4.
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