Update from 6.0.1 to 6.0.2.
<ChangeLog> Upgrade urgency MODERATE: many not critical bugfixes in different areas. Critical fix to client side caching when keys are evicted from the tracking table but no notifications are sent. The following are the most serious fix: * XPENDING should not update consumer's seen-time * optimize memory usage of deferred replies - fixed * Fix CRC64 initialization outside the Redis server itself. * stringmatchlen() should not expect null terminated strings. * Cluster nodes availability checks improved when there is high Pub/Sub load on the cluster bus. * Redis Benchmark: Fix coredump because of double free * Tracking: send eviction messages when evicting entries. * rax.c updated from upstream antirez/rax. * fix redis 6.0 not freeing closed connections during loading. New features: * Support setcpuaffinity on linux/bsd * Client Side Caching: Add Tracking Prefix Number Stats in Server Info * Add --user argument to redis-benchmark.c (ACL) </ChangeLog>
This commit is contained in:
parent
fad8fc4f7a
commit
b58bac6d63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535476
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= redis
|
||||
PORTVERSION= 6.0.1.20200501
|
||||
PORTVERSION= 6.0.2.20200516
|
||||
CATEGORIES= databases
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
|
@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE
|
|||
|
||||
USES+= compiler:c11 gmake
|
||||
USE_GITHUB= yes
|
||||
GH_TUPLE= antirez:${PORTNAME}:47ff136
|
||||
GH_TUPLE= antirez:${PORTNAME}:ae306a3
|
||||
|
||||
OPTIONS_DEFINE= JEMALLOC TESTS TLS TRIB
|
||||
OPTIONS_RADIO= EXTLUA
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1588462123
|
||||
SHA256 (antirez-redis-6.0.1.20200501-47ff136_GH0.tar.gz) = 3ab06845d6713d035b7bdc6ee52f9d0e1f1b3e751ebaa7c15303bac81b7988c7
|
||||
SIZE (antirez-redis-6.0.1.20200501-47ff136_GH0.tar.gz) = 2224264
|
||||
TIMESTAMP = 1589644766
|
||||
SHA256 (antirez-redis-6.0.2.20200516-ae306a3_GH0.tar.gz) = e3aa36a3a01ab32b00adc15be35e1f17e12c1413cf33afaf96cb54e72cd6abe9
|
||||
SIZE (antirez-redis-6.0.2.20200516-ae306a3_GH0.tar.gz) = 2231438
|
||||
|
|
Loading…
Reference in a new issue