diff --git a/redis/client.py b/redis/client.py index 39fbcdea7a..0662a99ea1 100755 --- a/redis/client.py +++ b/redis/client.py @@ -945,6 +945,12 @@ def __init__( `retry_on_error` to a list of the error/s to retry on, then set `retry` to a valid `Retry` object. To retry on TimeoutError, `retry_on_timeout` can also be set to `True`. + + Args: + + single_connection_client: + if `True`, connection pool is not used. In that case `Redis` + instance use is not thread safe. """ if not connection_pool: if charset is not None: