Bravo3\Orm\Drivers\Redis\SentinelMonitor::findMasters PHP Method

findMasters() public method

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