kombu/t
Daniel Blair 200a60a228 Add support for 'rediss' scheme for secure redis connections. (#910)
Putting a 'rediss'-specific check into a generic connection module feels
like a code smell but there doesn't appear to be another way to intercept
the connection initiation code. It defaults to the least secure form, as
there is no suitable default location for `ca_certs`. The recommendation
would still be to follow the documentation and specify `broker_use_ssl` if
coming from celery.
2018-08-27 13:26:07 +03:00
..
integration used unittest and remove unittest2 (#855) 2018-04-29 23:46:59 +06:00
unit Add support for 'rediss' scheme for secure redis connections. (#910) 2018-08-27 13:26:07 +03:00
__init__.py Rewrite tests to use py.test 2016-08-23 11:38:54 -07:00
mocks.py Prefer dict literal syntax over dict() (#787) 2017-09-08 07:43:59 +03:00