I've got memcached set up, and it's integral to the performance of one of my sites. Following WF's instructions, memcached will restart if the server is rebooted. But if only memcached crashes, it doesn't restart automatically, and it takes the website down with it. How can I set it up so that memcached will restart automatically if it crashes? asked 06 Mar '15, 21:53 PeterA |
You would need to set up a cronjob to run a script something like the following. It could be set to run every 5 minutes for example.
answered 06 Mar '15, 22:32 bmeyer71 ♦♦ |