forked from pool/python-redis
- update to 4.3.4:
* Fix backward compatibility from 4.3.2 in Lock.acquire() * Fix XAUTOCLAIM to return the full response, instead of only keys 2+ * Added dynamic_startup_nodes configuration to RedisCluster. * Fix retries in async mode * Async cluster: fix simultaneous initialize * Uppercased commands in CommandsParser.get_keys * Late eval of the skip condition in async tests * Reuse the old nodes' connections when a cluster topology refresh is being done * Docs: add pipeline examples * Correct retention_msecs value * Cluster: use pipeline to execute split commands * Docs: Add a note about client_setname and client_name difference OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=63
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 1 17:22:27 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.3.4:
|
||||
* Fix backward compatibility from 4.3.2 in Lock.acquire()
|
||||
* Fix XAUTOCLAIM to return the full response, instead of only keys 2+
|
||||
* Added dynamic_startup_nodes configuration to RedisCluster.
|
||||
* Fix retries in async mode
|
||||
* Async cluster: fix simultaneous initialize
|
||||
* Uppercased commands in CommandsParser.get_keys
|
||||
* Late eval of the skip condition in async tests
|
||||
* Reuse the old nodes' connections when a cluster topology refresh is being done
|
||||
* Docs: add pipeline examples
|
||||
* Correct retention_msecs value
|
||||
* Cluster: use pipeline to execute split commands
|
||||
* Docs: Add a note about client_setname and client_name difference
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 13 10:18:12 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
Reference in New Issue
Block a user