mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Update from 2.0.2 to 2.0.3.
<ChangeLog> - The maxmemory directive was broken in Redis <= 2.0.2, since from time to time it replayed with an error about memory limit reached even when it was possible to expire some volatile key to make room for new data. The new behaviour is the correct one of always allowing write operations to succeed as long as there are other volatile keys to remove. - An AOF bug related to blocking POP could crash Redis on AOF reload. This is now fixed thanks to Pieter Noordhuis and a kind user that helped us on IRC. </ChangeLog>
This commit is contained in:
parent
9a61bf1e6a
commit
5542d49cec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263124
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= redis
|
||||
DISTVERSION= 2.0.2
|
||||
DISTVERSION= 2.0.3
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (redis-2.0.2.tar.gz) = 1658ab25161efcc0d0e98b4d1e38a985
|
||||
SHA256 (redis-2.0.2.tar.gz) = 0a52da2e8e53d9ef8ffc800554c32520d61184d87dfeebce3ade61b687dca275
|
||||
SIZE (redis-2.0.2.tar.gz) = 347802
|
||||
MD5 (redis-2.0.3.tar.gz) = 7799de79f36ebdb73bcb8f09816d1ac3
|
||||
SHA256 (redis-2.0.3.tar.gz) = 5cb37f22463f9443392049d9778bee06fe2a0936ff94404c841c92999d56ece7
|
||||
SIZE (redis-2.0.3.tar.gz) = 348407
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= redis
|
||||
DISTVERSION= 2.0.2
|
||||
DISTVERSION= 2.0.3
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (redis-2.0.2.tar.gz) = 1658ab25161efcc0d0e98b4d1e38a985
|
||||
SHA256 (redis-2.0.2.tar.gz) = 0a52da2e8e53d9ef8ffc800554c32520d61184d87dfeebce3ade61b687dca275
|
||||
SIZE (redis-2.0.2.tar.gz) = 347802
|
||||
MD5 (redis-2.0.3.tar.gz) = 7799de79f36ebdb73bcb8f09816d1ac3
|
||||
SHA256 (redis-2.0.3.tar.gz) = 5cb37f22463f9443392049d9778bee06fe2a0936ff94404c841c92999d56ece7
|
||||
SIZE (redis-2.0.3.tar.gz) = 348407
|
||||
|
Loading…
Reference in New Issue
Block a user