Update databases/redis to 3.0.3.
--[ Redis 3.0.3 ] Release date: 17 Jul 2015 Upgrade urgency: LOW for Redis and Sentinel. * [FIX] Fix blocking operations timeout precision when HZ is at its default value (not increased) and there are thousands of clients connected at the same time. This bug affected Sidekiq users that experienced a very long delay for BLPOP and similar commands to return for timeout. Check commit b029ff1 for more info. (Salvatore Sanfilippo) * [FIX] MIGRATE "creating socket: Invalid argument" error fix. Check issues #2609 and #2612 for more info. (Salvatore Sanfilippo) * [FIX] Be able to connect to the master even when the slave is bound to just the loopback interface and has no valid public address in the network the master is reacahble. (Salvatore Sanfilippo) * [FIX] ZADD with options encoding promotion fixed. (linfangrong) * [FIX] Reset aof_delayed_fsync on CONFIG RESETSTATS. (Tom Kiemes) * [FIX] PFCOUNT key parsing in cluster fixed. (MOON_CLJ) * [FIX] Fix Solaris compilation of Redis 3.0. (Jan-Erik Rediger) * [NEW] Variadic EXISTS command. Now the command accepts multiple arguments and returns the total count of existing keys.
This commit is contained in:
parent
38f01011cb
commit
a480418f2d
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.14 2015/06/09 12:17:56 fhajny Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2015/08/13 07:43:40 fhajny Exp $
|
||||
|
||||
DISTNAME= redis-3.0.2
|
||||
DISTNAME= redis-3.0.3
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://download.redis.io/releases/
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.13 2015/06/09 12:17:56 fhajny Exp $
|
||||
$NetBSD: distinfo,v 1.14 2015/08/13 07:43:40 fhajny Exp $
|
||||
|
||||
SHA1 (redis-3.0.2.tar.gz) = a38755fe9a669896f7c5d8cd3ebbf76d59712002
|
||||
RMD160 (redis-3.0.2.tar.gz) = e89b14ff93f35ed3f64e16a3e8c46d832a315275
|
||||
Size (redis-3.0.2.tar.gz) = 1360182 bytes
|
||||
SHA1 (redis-3.0.3.tar.gz) = 0e2d7707327986ae652df717059354b358b83358
|
||||
RMD160 (redis-3.0.3.tar.gz) = dcd7dab26a58a217e05f033c00beb00873b81428
|
||||
Size (redis-3.0.3.tar.gz) = 1360959 bytes
|
||||
SHA1 (patch-ab) = 21754f59e9f1013095fe47ccf7411b438385d558
|
||||
SHA1 (patch-ac) = 5cd23cef32a010a07ae59fce283891b9f9722c05
|
||||
SHA1 (patch-deps_hiredis_fmacros.h) = b9d7d0a82e6794078d997769db6e5572f981b445
|
||||
|
|
Loading…
Reference in a new issue