Forums
Forums / Plugin: Redis Object Cache / How Clear Cache After Published or Update Post Automatically
(@mhasanb)
6 days, 9 hours ago
Hello Sir,
How can I get the Redis plugin to automatically delete cache objects after a post is published and after a post is updated?
The page I need help with: [log in to see the link]
(@tillkruess)
5 days, 17 hours ago
It should happen automatically.
You can call clean_post_cache() using the save_post filter for example.
clean_post_cache()
save_post
You must be logged in to reply to this topic.