Browse Source

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

Ask Solem 9 years ago
parent
commit
e7a4c85aa3
1 changed files with 1 additions and 1 deletions
  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.