Redis version 2.2.6

This commit is contained in:
antirez 2011-05-05 15:54:49 +02:00
parent 50e50d6a25
commit 97ddfbbfc3
2 changed files with 10 additions and 1 deletions

View File

@ -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
=========================

View File

@ -1 +1 @@
#define REDIS_VERSION "2.2.5"
#define REDIS_VERSION "2.2.6"