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.
This commit is contained in:
parent
c70ba5daf1
commit
de33ea3a09
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2011/04/29 07:43:05 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2011/05/11 11:47:48 dcoppa Exp $
|
||||
|
||||
COMMENT = persistent key-value database
|
||||
DISTNAME = redis-2.2.5
|
||||
DISTNAME = redis-2.2.7
|
||||
CATEGORIES = databases
|
||||
HOMEPAGE = http://redis.io/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (redis-2.2.5.tar.gz) = /mOVu9LK3EX08g9rvgXtCQ==
|
||||
RMD160 (redis-2.2.5.tar.gz) = PtCTNa/ZK7yqR7WQmPTt9rFQhso=
|
||||
SHA1 (redis-2.2.5.tar.gz) = Y4VpttUAvG4CxK736znSsiwfwWE=
|
||||
SHA256 (redis-2.2.5.tar.gz) = mDuXtO3+0m4wxTWvj+I1KKiotq+uu+XCosCsAD2Na8U=
|
||||
SIZE (redis-2.2.5.tar.gz) = 447725
|
||||
MD5 (redis-2.2.7.tar.gz) = hpN6Ybl4jR0G+/vSv/A5Fg==
|
||||
RMD160 (redis-2.2.7.tar.gz) = wSXz/ZK4Vt4oGRRv2r1EFZ4iW7o=
|
||||
SHA1 (redis-2.2.7.tar.gz) = TFk9tQVMVzGCvZE5IgWpZUjying=
|
||||
SHA256 (redis-2.2.7.tar.gz) = o0l6buI7Z4WF+S6B2iI54u8S/xUku3IWv+PpOV0eCis=
|
||||
SIZE (redis-2.2.7.tar.gz) = 448151
|
||||
|
Loading…
Reference in New Issue
Block a user