Skip to content

Commit 0169ee8

Browse files
authored
Merge branch 'master' into allow-timeout-customization-when-using-redis-cluster
2 parents a0fece2 + fe54bc5 commit 0169ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redis/cluster.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2717,8 +2717,8 @@ def send_cluster_commands(
27172717
27182718
If one of the retryable exceptions has been thrown we assume that:
27192719
- connection_pool was disconnected
2720-
- connection_pool was reseted
2721-
- refereh_table_asap set to True
2720+
- connection_pool was reset
2721+
- refresh_table_asap set to True
27222722
27232723
It will try the number of times specified by
27242724
the retries in config option "self.retry"

0 commit comments

Comments
 (0)