public function _failed_request($host, $port)
 {
     return parent::_failed_request($host, $port);
 }
Exemple #2
0
 /**
  * Callback method for Memcache::failure_callback to use if any Memcache call
  * on a particular server fails. This method switches off that instance of the
  * server if the configuration setting `instant_death` is set to `TRUE`.
  *
  * @param   string   hostname
  * @param   integer  port
  * @return  void|boolean
  * @todo    Broken in 3.0.8
  */
 public function _failed_request($hostname, $port)
 {
     parent::_failed_request($hostname, $port);
 }