mirror of
https://github.com/fluencelabs/redis
synced 2025-05-29 02:01:19 +00:00
Redis 2.4.6
This commit is contained in:
parent
d0f37e247c
commit
e1849b6456
@ -18,6 +18,18 @@ to modify your program in order to use Redis 2.4.
|
||||
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
|
||||
=========================
|
||||
|
||||
|
@ -1 +1 @@
|
||||
#define REDIS_VERSION "2.4.5"
|
||||
#define REDIS_VERSION "2.4.6"
|
||||
|
Loading…
x
Reference in New Issue
Block a user