Skip to content

1.1.6

Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 10 Jun 14:43
· 54 commits to main since this release

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() or StrictRedis.from_url(), in the same way that this
    parameter works with the RedisSentinelBackend 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