1.1.6
1.1.6
Released: Fri Jun 10 2022
usecase
-
[usecase] [redis] Added
RedisBackend.connection_kwargs
parameter, which is a
dictionary of additional keyword arguments that will be passed directly to
StrictRedis()
orStrictRedis.from_url()
, in the same way that this
parameter works with theRedisSentinelBackend
already.References: #221
bug
-
[bug] [redis] Fixed regression caused by backwards-incompatible API changes in Redis that
caused the "distributed lock" feature to not function.References: #220