redis: Support Sentinel with SSL#6490
Conversation
|
This pull request fixes 1 alert when merging 914ef8b into 60ba379 - view on LGTM.com fixed alerts:
|
914ef8b to
f59f853
Compare
|
@auvipy Just saw that you created this - Thanks :) This PR relates to: #6455 |
|
This pull request fixes 2 alerts when merging f59f853 into e203168 - view on LGTM.com fixed alerts:
|
yup on behalf of you O:) |
84dadb6 to
7061ad6
Compare
|
This pull request fixes 2 alerts when merging 7061ad6 into e203168 - view on LGTM.com fixed alerts:
|
7061ad6 to
995697b
Compare
Use the SentinelManagedSSLConnection when SSL is enabled for the transport. The redis-py project doesn't have a connection class for SSL+Sentinel yet. So, create a class in redis.py to add that functionality.
995697b to
a86ed1b
Compare
|
@auvipy Could we get this merged ? |
|
This pull request fixes 2 alerts when merging a86ed1b into 1c076a6 - view on LGTM.com fixed alerts:
|
|
Wait this is a new feature. It requires a new Kombu release as well. |
|
If we need to do a new Kombu release and the work hasn't been done yet we cannot merge this Also, we have to plan for new features. It would be nice to have it in prod right away but without consistency the project becomes less stable |
|
@AbdealiJK After discussing this with @xirdneh, we decided to revert this as this belongs in 5.1.0. |
|
I missed this thread |
|
Yeh we need to revert the revert. |
Use the SentinelManagedSSLConnection when SSL is enabled for the
transport.
Note: Before submitting this pull request, please review our contributing
guidelines.
Description