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 @@ -1042,6 +1042,7 @@ class ConnectionPool:
1042
1042
By default, TCP connections are created unless ``connection_class``
1043
1043
is specified. Use :py:class:`~redis.UnixDomainSocketConnection` for
1044
1044
unix sockets.
1045
+ :py:class:`~redis.SSLConnection` can be used for SSL enabled connections.
1045
1046
1046
1047
Any additional keyword arguments are passed to the constructor of
1047
1048
``connection_class``.
Original file line number Diff line number Diff line change @@ -1321,6 +1321,7 @@ class ConnectionPool:
1321
1321
By default, TCP connections are created unless ``connection_class``
1322
1322
is specified. Use class:`.UnixDomainSocketConnection` for
1323
1323
unix sockets.
1324
+ :py:class:`~redis.SSLConnection` can be used for SSL enabled connections.
1324
1325
1325
1326
Any additional keyword arguments are passed to the constructor of
1326
1327
``connection_class``.
You can’t perform that action at this time.
0 commit comments