Esempio n. 1
0
 /**
  * Perform an auto-failover which will re-elect another master and make the current master a slave
  * @param string $name
  * @return mixed
  */
 public function failover($name)
 {
     return $this->_client->sentinel('failover', $name);
 }