Skip to content

1.3.2

Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 21 Feb 19:42
· 14 commits to main since this release

1.3.2

Released: Wed Feb 21 2024

usecase

  • [usecase] [redis] Added a new backend RedisClusterBackend, allowing support for
    Redis Cluster. Pull request courtesy Maël Naccache Tüfekçi.

    References: #250

  • [usecase] [redis] Added support for additional Redis client parameters
    RedisBackend.socket_connect_timeout,
    RedisBackend.socket_keepalive and
    RedisBackend.socket_keepalive_options. Pull request courtesy
    Takashi Kajinami.

    References: #252