Hi,
When memcached is installed and set as a cache backend (settings.py,
CACHE_BACKEND = 'memcached://
127.0.0.1:11211/') images on a product
pages (thumbnails) stops updating. Every time when I upload a bunch of
images I have to restart memcached - it fixes the issue.
To be honest I have no experience with memcached, but it seems
memcached itself do not have configuration file and the only caching
options in settings.py is CACHE_BACKEND. Is there are a way to
configure LFS to automatically update cache of the images upon
uploading?
Thanks in advance.
Best regards,
Denis