You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can call $cache->getStats which works fine and gives you informations.
If you then stop e.g. server2, memcache does not reliably work and if you call $cache->getStats it just returns "false".
I guess this condition, having one server down is not handled correctly and getStats just shows the problem.
The text was updated successfully, but these errors were encountered:
Using php-memcached 3.2.0:
I encounter some strange things, when you add the servers via
you can call
$cache->getStats
which works fine and gives you informations.If you then stop e.g. server2, memcache does not reliably work and if you call
$cache->getStats
it just returns "false".I guess this condition, having one server down is not handled correctly and getStats just shows the problem.
The text was updated successfully, but these errors were encountered: