- 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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-redis
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-redis%{psuffix}
|
||||
Version: 6.2.0
|
||||
Version: 6.4.0
|
||||
Release: 0
|
||||
Summary: Python client for Redis key-value store
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e821f129b75dde6cb99dd35e5c76e8c49512a5a0d8dfdc560b2fbd44b85ca977
|
||||
size 4639129
|
||||
3
redis-6.4.0.tar.gz
Normal file
3
redis-6.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b01bc7282b8444e28ec36b261df5375183bb47a07eb9c603f284e89cbc5ef010
|
||||
size 4647399
|
||||
Reference in New Issue
Block a user