endlessm / azafea

Service to track device activations and usage metrics
Mozilla Public License 2.0
10 stars 2 forks source link

Support Redis SSL #190

Closed dbnicholson closed 2 months ago

dbnicholson commented 2 months ago

Currently if you want to connect to an SSL enabled Redis server, you need to use a TLS proxy. It should be possible to do that natively since redis-py appears to support it with an ssl keyword argument.