Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions redis/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -2716,8 +2716,8 @@ def send_cluster_commands(

If one of the retryable exceptions has been thrown we assume that:
- connection_pool was disconnected
- connection_pool was reseted
- refereh_table_asap set to True
- connection_pool was reset
- refresh_table_asap set to True

It will try the number of times specified by
the retries in config option "self.retry"
Expand Down