function flushServer in Production check & Production monitor 6
Same name and namespace in other branches
- 7 includes/prod_check.memcache.inc \flushServer()
1 call to flushServer()
- prod_check.memcache.inc in includes/
prod_check.memcache.inc
File
- includes/
prod_check.memcache.inc, line 134
Code
function flushServer($server) {
list($host, $port) = get_host_port_from_server($server);
$resp = sendMemcacheCommand($host, $port, 'flush_all');
return $resp;
}