Bravo3\Orm\Drivers\Redis\SentinelMonitor::findMasters PHP 메소드

findMasters() 공개 메소드

Return an array of MASTER servers in the form that can be passed to Predis Client.
public findMasters ( ) : array
리턴 array
    public function findMasters()
    {
        return $this->getConnectionParams($this->client->sentinel('masters'), 'master');
    }