Skip to content

Commit

Permalink
Add dynamic_startup_nodes parameter to async RedisCluster
Browse files Browse the repository at this point in the history
  • Loading branch information
Kakadus committed Nov 28, 2024
1 parent 3b61de1 commit c9ca010
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* Add dynamic_startup_nodes parameter to async RedisCluster (#2472)
* Move doctests (doc code examples) to main branch
* Update `ResponseT` type hint
* Allow to control the minimum SSL version
Expand Down
1 change: 0 additions & 1 deletion tests/test_asyncio/test_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -2642,7 +2642,6 @@ async def test_init_slots_dynamic_startup_nodes(self, dynamic_startup_nodes):
assert startup_nodes == ["[email protected]:7000"]



class TestClusterPipeline:
"""Tests for the ClusterPipeline class."""

Expand Down

0 comments on commit c9ca010

Please sign in to comment.