Path to this page:
Subject: CVS commit: pkgsrc/databases/py-redis
From: Adam Ciarcinski
Date: 2022-07-05 12:19:15
Message id: 20220705101915.553F3FB1A@cvs.NetBSD.org
Log Message:
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
Files: