Path to this page:
Subject: CVS commit: pkgsrc/devel/py-dogpile-cache
From: Adam Ciarcinski
Date: 2023-04-23 12:56:24
Message id: 20230423105624.6781EFA85@cvs.NetBSD.org
Log Message:
py-dogpile-cache: updated to 1.1.8
1.1.8
bug
[bug] [memcached]
Moved the MemcacheArgs.dead_retry argument and the MemcacheArgs.socket_timeout \
argument which were erroneously added to the “set_parameters”, where they \
have no effect, to be part of the Memcached connection arguments \
MemcachedBackend.dead_retry, MemcachedBackend.socket_timeout.
1.1.7
usecase
[usecase] [memcached]
Added MemcacheArgs.dead_retry and MemcacheArgs.socket_timeout to the dictionary \
of additional keyword arguments that will be passed directly to \
GenericMemcachedBackend().
1.1.6
usecase
[usecase] [redis]
Added RedisBackend.connection_kwargs parameter, which is a dictionary of \
additional keyword arguments that will be passed directly to StrictRedis() or \
StrictRedis.from_url(), in the same way that this parameter works with the \
RedisSentinelBackend already.
bug
[bug] [redis]
Fixed regression caused by backwards-incompatible API changes in Redis that \
caused the “distributed lock” feature to not function.
Files: