py-redis: updated to 4.3.4

Version 4.3

🔥 Breaking Changes

Fix backward compatibility from 4.3.2 in Lock.acquire()
Fix XAUTOCLAIM to return the full response, instead of only keys 2+

🚀 New Features

Added dynamic_startup_nodes configuration to RedisCluster.

🐛 Bug Fixes

Fix retries in async mode
Async cluster: fix simultaneous initialize
Uppercased commands in CommandsParser.get_keys

🧰 Maintenance

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
This commit is contained in:
adam 2022-07-05 10:19:15 +00:00
parent d998f1ebed
commit b7c29b8fd4
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.28 2022/06/08 17:27:05 adam Exp $
# $NetBSD: Makefile,v 1.29 2022/07/05 10:19:15 adam Exp $
DISTNAME= redis-4.3.3
DISTNAME= redis-4.3.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/redis/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.25 2022/06/08 17:27:05 adam Exp $
$NetBSD: distinfo,v 1.26 2022/07/05 10:19:15 adam Exp $
BLAKE2s (redis-4.3.3.tar.gz) = de4332321e70c94a4c997e6cb619558368a49a76ae998bdd1ea45e1cca2fec2d
SHA512 (redis-4.3.3.tar.gz) = 09402fa0220c7b3e72021b7adce2b02383ce456e0cca5d6c725ebc6c2c07ee99305cff1c27f9835dcca812687e8d307fdcecbc90e2d9b966d8f690f8af5a1757
Size (redis-4.3.3.tar.gz) = 4564562 bytes
BLAKE2s (redis-4.3.4.tar.gz) = c7bebd353c2ace40f1a34415ebd12de5ca9aefbbfc00af702d938454e68e7a6c
SHA512 (redis-4.3.4.tar.gz) = 606a09ff87870be9eda84b4ac074bf35b06882d9a9da448a9c17a54cb5e0a295f28d3f765ee88e92b1ad6d08532a2a6799acc4a1ea30e7cec9e652214999e98a
Size (redis-4.3.4.tar.gz) = 4569389 bytes