• Hello! First of all thanks. I have installed the plugin and it works perfectly. Now a question please: If I need to clear the memcache cache, how do I do it? Is there any command to do it from ubuntu? Or better yet from php.

    Best regards

Viewing 1 replies (of 1 total)
  • Why would you want to do that? Usually the memcache server takes good care of managing memory , expiring stuff etc. So you probably would be better off just restarting memcache on the server side if you want to free resources.

    Since this “plugin” has no memcache gui management, you would have to install a simple memcache manager somewhere outside of WordPress, like this one: https://github.com/kn007/memcache.php . It has something like a dashboard view and a “flush” link. But note that “flushing” does not free memory, it just expires everything to be free for overwriting.

    Be careful where you place it and make sure you change the default admin credentials so no one else but you can use it.

Viewing 1 replies (of 1 total)
  • The topic ‘How to clear cache with memcache?’ is closed to new replies.