summaryrefslogtreecommitdiff
path: root/redis/asyncio/cluster.py
diff options
context:
space:
mode:
Diffstat (limited to 'redis/asyncio/cluster.py')
-rw-r--r--redis/asyncio/cluster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/asyncio/cluster.py b/redis/asyncio/cluster.py
index c4e01d6..39aa536 100644
--- a/redis/asyncio/cluster.py
+++ b/redis/asyncio/cluster.py
@@ -746,7 +746,7 @@ class ClusterNode:
host: str,
port: int,
server_type: Optional[str] = None,
- max_connections: int = 2 ** 31,
+ max_connections: int = 2**31,
connection_class: Type[Connection] = Connection,
response_callbacks: Dict[str, Any] = RedisCluster.RESPONSE_CALLBACKS,
**connection_kwargs: Any,