django-cacheops
django-cacheops copied to clipboard
support TLS
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?
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.