imageproxy
imageproxy copied to clipboard
Can't understand how it working with redis
Hi, I tried to use Redis as cache storage, but when I check DB, there are just a few images but cropped images more than a hundred. When I change cache storage to the local disk, I see that script working, and there is a lot of files. Could you explain what the difference between storages? Maybe it not always use Redis? Thank you
I've honestly never really used the redis cache backend... I just use the on-disk cache myself. Maybe some other users that use redis can chime in here on what may be wrong. Otherwise, I may try to set it up when I've got some time and see if there are any obvious issues.