summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorKristján Valur Jónsson <sweskman@gmail.com>2023-05-02 15:06:29 +0000
committerGitHub <noreply@github.com>2023-05-02 18:06:29 +0300
commita7857e106bad02f4fc01c6ae69573d53d9018950 (patch)
treee38146914e690d7af6555ccfa0313110a57097f5 /CHANGES
parentac15d529edf2832af4c95349f6c0e9af2418448d (diff)
downloadredis-py-a7857e106bad02f4fc01c6ae69573d53d9018950.tar.gz
add "address_remap" feature to RedisCluster (#2726)
* add cluster "host_port_remap" feature for asyncio.RedisCluster * Add a unittest for asyncio.RedisCluster * Add host_port_remap to _sync_ RedisCluster * add synchronous tests * rename arg to `address_remap` and take and return an address tuple. * Add class documentation * Add CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8f20172..3865ed1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,4 @@
+ * Add `address_remap` parameter to `RedisCluster`
* Fix incorrect usage of once flag in async Sentinel
* asyncio: Fix memory leak caused by hiredis (#2693)
* Allow data to drain from async PythonParser when reading during a disconnect()