Explorar el Código

Redis transport now supports BROKER_USE_SSL (Issue celery/kombu#415)

Ask Solem hace 9 años
padre
commit
e7a4c85aa3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/configuration.rst

+ 1 - 1
docs/configuration.rst

@@ -1313,7 +1313,7 @@ will be performed every 5 seconds (twice the heartbeat sending rate).
 
 BROKER_USE_SSL
 ~~~~~~~~~~~~~~
-:transports supported: ``pyamqp``
+:transports supported: ``pyamqp``, ``redis``
 
 
 Toggles SSL usage on broker connection and SSL settings.