django-cacheops icon indicating copy to clipboard operation
django-cacheops copied to clipboard

support TLS

Open hamidrabedi opened this issue 2 years ago • 1 comments

hello and thank you for this great package. can you help me with using the package and redis with TLS connections? how can I configure that?

hamidrabedi avatar Jun 10 '22 11:06 hamidrabedi

CACHEOPS_REDIS is passed as is to redis.StrictRedis or to the redis.StrictRedis..from_url() so it should be filled in is redis-py docs.

Suor avatar Aug 25 '22 10:08 Suor