mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
Update from 2.4.6 to 2.4.7.
<ChangeLog> UPGRADE URGENCY: low/moderate if you don't experience any of the fixed problems. * [BUGFIX] Fixed false positive in issue #141 regression test. * [BUGFIX] Slave should not expire keys when loading an RDB after a SYNC. * [BUGFIX] Don't increment stats for key misses / hits when key is written. * [BUGFIX] sds.c library now don't allocate more than 1MB ahead. * 32 bit instances without a maxmemory set now get a default limit of 3.5GB with maxmemory-policy set to noeviction. * Better crash report on crash (containing current client and command arguments). </ChangeLog>
This commit is contained in:
parent
48b36024fe
commit
9701a9f7ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290376
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= redis
|
||||
PORTVERSION= 2.4.6
|
||||
PORTVERSION= 2.4.7
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (redis-2.4.6.tar.gz) = 6b2566d26d672ba74f9435dd8e7687ed95d1cc58541895f1d9006506d0c6fd2b
|
||||
SIZE (redis-2.4.6.tar.gz) = 610267
|
||||
SHA256 (redis-2.4.7.tar.gz) = f91956377b7ff23cc23e0c8758e0b873032f36545c61d88436ebb741bf4dd5e1
|
||||
SIZE (redis-2.4.7.tar.gz) = 611577
|
||||
|
|
Loading…
Add table
Reference in a new issue