Skip to content
Snippets Groups Projects
Commit 0d1c026b authored by Kevin Sandy's avatar Kevin Sandy
Browse files

Check memcache server status with getVersion

parent d73ae474
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ class Memcache
if ($serializedInfo === false) {
// either the server is down, or we don't have the value stored on that server
$mustUpdate = true;
$up = $server->getStats();
$up = $server->getVersion();
if ($up !== false) {
$allDown = false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment