express-sharp
express-sharp copied to clipboard
Remove Image from Cache
How can I remove an image from cache (Keyv) ?
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.