File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1037,6 +1037,7 @@ class ConnectionPool:
1037
1037
By default, TCP connections are created unless ``connection_class``
1038
1038
is specified. Use :py:class:`~redis.UnixDomainSocketConnection` for
1039
1039
unix sockets.
1040
+ :py:class:`~redis.SSLConnection` can be used for SSL enabled connections.
1040
1041
1041
1042
Any additional keyword arguments are passed to the constructor of
1042
1043
``connection_class``.
Original file line number Diff line number Diff line change @@ -1315,6 +1315,7 @@ class ConnectionPool:
1315
1315
By default, TCP connections are created unless ``connection_class``
1316
1316
is specified. Use class:`.UnixDomainSocketConnection` for
1317
1317
unix sockets.
1318
+ :py:class:`~redis.SSLConnection` can be used for SSL enabled connections.
1318
1319
1319
1320
Any additional keyword arguments are passed to the constructor of
1320
1321
``connection_class``.
You can’t perform that action at this time.
0 commit comments