• Resolved itsfranciscooli

    (@itsfranciscooli)


    Hello,

    I have a blog that uses Redis with this plugin. So far it has WONDERFUL!

    Still,i am facing an issue because of my bad configuration. My homepage is not updating with new posts because it’s keeping the cache for a long time.

    How can i set a cache dump every 5 minutes or whenever a new post is made?

    Thanks so much for the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    Still,i am facing an issue because of my bad configuration. My homepage is not updating with new posts because it’s keeping the cache for a long time.

    That’s a plugin or theme issue, not with Redis Object Cache.

    You can call wp_cache_flush() every 5 minutes if you want, but it’s not advised.

    Thread Starter itsfranciscooli

    (@itsfranciscooli)

    Hello,

    I’ve developed a free plugin if anyone else faces this same issue.

    https://github.com/itsfranciscooli/Clear-Cache/releases

    It dumps the Redis Cache whenever a post/page is published or updated.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Automatic Cache Flush’ is closed to new replies.