IlyaSkriblovsky / txredisapi

non-blocking redis client for python twisted
Apache License 2.0
235 stars 91 forks source link

Question on using SSL connection #145

Open clippered opened 3 years ago

clippered commented 3 years ago

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.

idanudel commented 3 years ago

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

clippered commented 3 years ago

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

idanudel commented 3 years ago

Thank you for your response @clippered

abhinavkulkarni commented 3 years ago

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

IlyaSkriblovsky commented 3 years ago

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