Open McQuak opened 9 years ago
AFAIK Redis is not builtin cache backend in django. What kind of application do you use to have it working as a cache backend?
Can you also try if the following works (clears cache):
$ bin/django shell
> from django.core.cache import cache
> cache.clear()
Clear Cache button doesn't work on lfs 0.9 - we used redis monitor which doesn't show any changes after pressing clear cache...