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
Branches
Tags
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.
Please register or to comment