示例#1
0
文件: Client.php 项目: cargomedia/cm
 public function awaitReady()
 {
     $this->_client->cluster()->health(['wait_for_status' => 'yellow']);
 }