Suor / django-cacheops

A slick ORM cache with automatic granular event-driven invalidation.
BSD 3-Clause "New" or "Revised" License
2.1k stars 227 forks source link

support TLS #432

Closed hamidrabedi closed 1 year ago

hamidrabedi commented 2 years ago

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?

Suor commented 2 years ago

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.