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:
10421042 By default, TCP connections are created unless ``connection_class``
10431043 is specified. Use :py:class:`~redis.UnixDomainSocketConnection` for
10441044 unix sockets.
1045+ :py:class:`~redis.SSLConnection` can be used for SSL enabled connections.
10451046
10461047 Any additional keyword arguments are passed to the constructor of
10471048 ``connection_class``.
Original file line number Diff line number Diff line change @@ -1321,6 +1321,7 @@ class ConnectionPool:
13211321 By default, TCP connections are created unless ``connection_class``
13221322 is specified. Use class:`.UnixDomainSocketConnection` for
13231323 unix sockets.
1324+ :py:class:`~redis.SSLConnection` can be used for SSL enabled connections.
13241325
13251326 Any additional keyword arguments are passed to the constructor of
13261327 ``connection_class``.
You can’t perform that action at this time.
0 commit comments