I use the php memcached extension , when you start addServerthe documentation says that the connection is not established on the server, so if the memcached server is working, it will still be added.
How to check if the server is accessible? Using memcached, not a memcache extension, so I cannot use getServerStatus.
fire source
share