CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2011/05/11 05:47:48
Modified files:
databases/redis: Makefile distinfo
Log message:
Bugfixing update to redis-2.2.7
* Fixed bug #543-2 (the issue was reopened with a completely different report)
that caused Redis to randomly crash on list push performed against lists
with other clients blocked with BLPOP (or variants).
* 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.