From 80728b82a5b9ae1fc07546d07892b2bec16684d0 Mon Sep 17 00:00:00 2001 From: Hunter Hogan Date: Mon, 28 Jul 2025 19:46:50 -0500 Subject: [PATCH] Typos in cluster.py --- redis/cluster.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redis/cluster.py b/redis/cluster.py index 4b971cf86d..a51fe9c722 100644 --- a/redis/cluster.py +++ b/redis/cluster.py @@ -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"