txredisapi icon indicating copy to clipboard operation
txredisapi copied to clipboard

Question on using SSL connection

Open clippered opened this issue 4 years ago • 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.

clippered avatar Nov 19 '20 10:11 clippered

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

idanudel avatar May 05 '21 15:05 idanudel

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

clippered avatar May 05 '21 22:05 clippered

Thank you for your response @clippered

idanudel avatar May 06 '21 16:05 idanudel

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

abhinavkulkarni avatar Aug 03 '21 05:08 abhinavkulkarni

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

IlyaSkriblovsky avatar Aug 04 '21 06:08 IlyaSkriblovsky