- update to 6.4.0:
* Added epsilon property to the vsim command
- update to 6.3.0:
* Add support for new BITOP operations: DIFF, DIFF1, ANDOR, ONE
* Support new VAMANA vector index type
* Add new stream commands
* add async Retry __eq__ and __hash__ & fix
ExponentialWithJitterBackoff __eq__
* Fixing sentinel command execution to allow returning of
actual responses when meaningful - behaviour controlled by
'return_responses' argument.
* Annotate deprecated_args decorator to preserve wrapped
function type signature
* Fix ConnectionPool to raise MaxConnectionsError instead of
Connection…
* add async Retry __eq__ and __hash__ & fix
ExponentialWithJitterBackoff __eq__
* SentinelManagedConnection searches for new master upon
connection failure (#3560)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=106
This commit is contained in:
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 30 12:33:11 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 6.4.0:
|
||||
* Added epsilon property to the vsim command
|
||||
- update to 6.3.0:
|
||||
* Add support for new BITOP operations: DIFF, DIFF1, ANDOR, ONE
|
||||
* Support new VAMANA vector index type
|
||||
* Add new stream commands
|
||||
* add async Retry __eq__ and __hash__ & fix
|
||||
ExponentialWithJitterBackoff __eq__
|
||||
* Fixing sentinel command execution to allow returning of
|
||||
actual responses when meaningful - behaviour controlled by
|
||||
'return_responses' argument.
|
||||
* Annotate deprecated_args decorator to preserve wrapped
|
||||
function type signature
|
||||
* Fix ConnectionPool to raise MaxConnectionsError instead of
|
||||
Connection…
|
||||
* add async Retry __eq__ and __hash__ & fix
|
||||
ExponentialWithJitterBackoff __eq__
|
||||
* SentinelManagedConnection searches for new master upon
|
||||
connection failure (#3560)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 30 16:54:24 UTC 2025 - Илья Индиго <ilya@ilya.top>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user