IlyaSkriblovsky/txredisapi

Question on using SSL connection

clippered opened this issue · 5 comments

Great work on creating this project. However, I can't find any documentation regarding Redis connection using SSL? Are there any examples on SSL connection? Thanks.

Hey @clippered
did you found a way to use this client with an SSL connection?

Unfortunately not, @idanudel . I just used the redis module instead. It is not ideal, because it won't be able to utilize Twisted.

Thank you for your response @clippered

You can look at my PR. I am able to use SSL with it.

Hey guys. Sorry, there wasn't be much activity recently. PR from @abhinavkulkarni is indeed the right way to use txredisapi with SSL.