express-sharp icon indicating copy to clipboard operation
express-sharp copied to clipboard

Remove Image from Cache

Open reekoz opened this issue 3 years ago • 1 comments

How can I remove an image from cache (Keyv) ?

reekoz avatar Sep 16 '21 09:09 reekoz

What caching backend are you using?

In-memory: just restart the server.

Redis: i.e redis-cli flushall

But now that you mention it: flushing the cache for one or more images via controlled API request would be a useful addition. I will provide something like that in the near future.

pmb0 avatar Sep 19 '21 18:09 pmb0