mirror of https://github.com/celery/kombu.git
fix(docs): add Redis to the list of transports where SSL is supported (#1826)
This commit is contained in:
parent
e316a35e0f
commit
dfec2912e8
|
@ -82,7 +82,7 @@ class Connection:
|
|||
|
||||
Note:
|
||||
----
|
||||
SSL currently only works with the py-amqp, and qpid
|
||||
SSL currently only works with the py-amqp, qpid and redis
|
||||
transports. For other transports you can use stunnel.
|
||||
|
||||
Arguments:
|
||||
|
|
Loading…
Reference in New Issue