Skip to content

Commit c9ca010

Browse files
committed
Add dynamic_startup_nodes parameter to async RedisCluster
1 parent 3b61de1 commit c9ca010

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGES

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
* Add dynamic_startup_nodes parameter to async RedisCluster (#2472)
12
* Move doctests (doc code examples) to main branch
23
* Update `ResponseT` type hint
34
* Allow to control the minimum SSL version

tests/test_asyncio/test_cluster.py

-1
Original file line numberDiff line numberDiff line change
@@ -2642,7 +2642,6 @@ async def test_init_slots_dynamic_startup_nodes(self, dynamic_startup_nodes):
26422642
assert startup_nodes == ["[email protected]:7000"]
26432643

26442644

2645-
26462645
class TestClusterPipeline:
26472646
"""Tests for the ClusterPipeline class."""
26482647

0 commit comments

Comments
 (0)