/** * Check if the Sentinel is still responding * @param string $name * @return mixed */ public function ping() { return $this->_client->ping(); }