15
0

- update to 1.3.2:

* Added a new backend RedisClusterBackend, allowing support for
    Redis Cluster.
  * Added support for additional Redis client parameters
    RedisBackend.socket_connect_timeout,
    RedisBackend.socket_keepalive and
    RedisBackend.socket_keepalive_options.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=87
This commit is contained in:
2024-03-18 12:19:27 +00:00
committed by Git OBS Bridge
parent fc0614148c
commit 258ea59931
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Mar 18 12:15:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.3.2:
* Added a new backend RedisClusterBackend, allowing support for
Redis Cluster.
* Added support for additional Redis client parameters
RedisBackend.socket_connect_timeout,
RedisBackend.socket_keepalive and
RedisBackend.socket_keepalive_options.
-------------------------------------------------------------------
Thu Feb 8 09:34:47 UTC 2024 - Dirk Müller <dmueller@suse.com>