Skip to content

Commit

Permalink
Fixed async clusterPipeline default node replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
barshaul committed Nov 28, 2022
1 parent 484861e commit 4cfa069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/asyncio/cluster.py
Expand Up @@ -1501,7 +1501,7 @@ async def _execute(
raise result

if is_default_node:
self.replace_default_node()
client.replace_default_node()

return [cmd.result for cmd in stack]

Expand Down

0 comments on commit 4cfa069

Please sign in to comment.