willnorris / imageproxy

A caching, resizing image proxy written in Go
Apache License 2.0
3.51k stars 481 forks source link

Can't understand how it working with redis #179

Open megabait1212 opened 5 years ago

megabait1212 commented 5 years ago

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

willnorris commented 5 years ago

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.