Closed
Description
In my application, I use Redis as a lock manager for some resources. The DDT code seems to add an intermediary to the Django cache system that breaks the use of cache.raw_client
e.g.,
from django.core.cache import cache
redis = cache.raw_client
lock = redis.lock(name='key')
The error I receive when DDT is loaded:
AttributeError: 'CacheStatTracker' object has no attribute 'raw_client'
Metadata
Metadata
Assignees
Labels
No labels