mirror of
https://github.com/fluencelabs/redis
synced 2025-06-03 12:31:19 +00:00
Redis version 2.2.6
This commit is contained in:
parent
50e50d6a25
commit
97ddfbbfc3
@ -12,6 +12,15 @@ for 2.0.
|
||||
CHANGELOG
|
||||
---------
|
||||
|
||||
What's new in Redis 2.2.6
|
||||
=========================
|
||||
|
||||
* Fixed bug #543. If you saw Redis instances crashing on List operations
|
||||
(only happening with a non-default max entry size ziplist setting in
|
||||
redis.conf) it was almost certainly this problem.
|
||||
* Fixed a bug with replication where SLAVEOF NO ONE caused a slave to close the
|
||||
connection with all its slaves.
|
||||
|
||||
What's new in Redis 2.2.5
|
||||
=========================
|
||||
|
||||
|
@ -1 +1 @@
|
||||
#define REDIS_VERSION "2.2.5"
|
||||
#define REDIS_VERSION "2.2.6"
|
||||
|
Loading…
x
Reference in New Issue
Block a user