Home
last modified time | relevance | path

Searched refs:pickSlave (Results 1 – 6 of 6) sorted by relevance

/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/predis/predis/src/Connection/Aggregate/
H A DMasterSlaveReplication.php147 if ($this->strategy->isReadOperation($command) && $slave = $this->pickSlave()) {
216 $connection = $this->pickSlave();
273 protected function pickSlave() function in Predis\\Connection\\Aggregate\\MasterSlaveReplication
294 if (!$this->current = $this->pickSlave()) {
354 } elseif ($connection = $this->pickSlave()) {
H A DSentinelReplication.php483 protected function pickSlave() function in Predis\\Connection\\Aggregate\\SentinelReplication
500 if ($this->strategy->isReadOperation($command) && $slave = $this->pickSlave()) {
610 $connection = $this->pickSlave();
628 if (!$this->current = $this->pickSlave()) {
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/predis/predis/src/Connection/Aggregate/
H A DMasterSlaveReplication.php147 if ($this->strategy->isReadOperation($command) && $slave = $this->pickSlave()) {
216 $connection = $this->pickSlave();
273 protected function pickSlave() function in Predis\\Connection\\Aggregate\\MasterSlaveReplication
294 if (!$this->current = $this->pickSlave()) {
354 } elseif ($connection = $this->pickSlave()) {
H A DSentinelReplication.php483 protected function pickSlave() function in Predis\\Connection\\Aggregate\\SentinelReplication
500 if ($this->strategy->isReadOperation($command) && $slave = $this->pickSlave()) {
610 $connection = $this->pickSlave();
628 if (!$this->current = $this->pickSlave()) {
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Predis/Connection/Aggregate/
H A DMasterSlaveReplication.php104 ? $this->pickSlave()
193 protected function pickSlave() function in Predis\\Connection\\Aggregate\\MasterSlaveReplication
213 $this->current = $this->pickSlave();
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Predis/Connection/Aggregate/
H A DMasterSlaveReplication.php104 ? $this->pickSlave()
193 protected function pickSlave() function in Predis\\Connection\\Aggregate\\MasterSlaveReplication
213 $this->current = $this->pickSlave();