redis 6.4.0__py3-none-any.whl → 7.0.0b1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
redis/cluster.py CHANGED
@@ -170,6 +170,7 @@ REDIS_ALLOWED_KEYS = (
170
170
  "redis_connect_func",
171
171
  "password",
172
172
  "port",
173
+ "timeout",
173
174
  "queue_class",
174
175
  "retry",
175
176
  "retry_on_timeout",
@@ -2716,8 +2717,8 @@ class PipelineStrategy(AbstractStrategy):
2716
2717
 
2717
2718
  If one of the retryable exceptions has been thrown we assume that:
2718
2719
  - connection_pool was disconnected
2719
- - connection_pool was reseted
2720
- - refereh_table_asap set to True
2720
+ - connection_pool was reset
2721
+ - refresh_table_asap set to True
2721
2722
 
2722
2723
  It will try the number of times specified by
2723
2724
  the retries in config option "self.retry"