Home
last modified time | relevance | path

Searched refs:redisPool (Results 1 – 11 of 11) sorted by relevance

/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/lockmanager/
H A DRedisLockManager.php49 protected $redisPool; variable in RedisLockManager
73 $this->redisPool = RedisConnectionPool::singleton( $config['redisConfig'] );
82 $conn = $this->redisPool->getConnection( $server, $this->logger );
155 $this->redisPool->handleError( $conn, $e );
177 $conn = $this->redisPool->getConnection( $server, $this->logger );
226 $this->redisPool->handleError( $conn, $e );
247 $conn = $this->redisPool->getConnection( $this->lockServers[$lockSrv], $this->logger );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/lockmanager/
H A DRedisLockManager.php49 protected $redisPool; variable in RedisLockManager
73 $this->redisPool = RedisConnectionPool::singleton( $config['redisConfig'] );
82 $conn = $this->redisPool->getConnection( $server, $this->logger );
155 $this->redisPool->handleError( $conn, $e );
177 $conn = $this->redisPool->getConnection( $server, $this->logger );
226 $this->redisPool->handleError( $conn, $e );
247 $conn = $this->redisPool->getConnection( $this->lockServers[$lockSrv], $this->logger );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/lockmanager/
H A DRedisLockManager.php49 protected $redisPool; variable in RedisLockManager
73 $this->redisPool = RedisConnectionPool::singleton( $config['redisConfig'] );
82 $conn = $this->redisPool->getConnection( $server, $this->logger );
155 $this->redisPool->handleError( $conn, $e );
177 $conn = $this->redisPool->getConnection( $server, $this->logger );
226 $this->redisPool->handleError( $conn, $e );
247 $conn = $this->redisPool->getConnection( $this->lockServers[$lockSrv], $this->logger );
/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/objectcache/
H A DRedisBagOStuff.php35 protected $redisPool; variable in RedisBagOStuff
79 $this->redisPool = RedisConnectionPool::singleton( $redisConf );
454 $conn = $this->redisPool->getConnection( $server, $this->logger );
477 $this->redisPool->handleError( $conn, $e );
508 $this->redisPool->handleError( $conn, $e );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/objectcache/
H A DRedisBagOStuff.php35 protected $redisPool; variable in RedisBagOStuff
79 $this->redisPool = RedisConnectionPool::singleton( $redisConf );
520 $conn = $this->redisPool->getConnection( $server, $this->logger );
543 $this->redisPool->handleError( $conn, $e );
574 $this->redisPool->handleError( $conn, $e );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/objectcache/
H A DRedisBagOStuff.php35 protected $redisPool; variable in RedisBagOStuff
79 $this->redisPool = RedisConnectionPool::singleton( $redisConf );
519 $conn = $this->redisPool->getConnection( $server, $this->logger );
542 $this->redisPool->handleError( $conn, $e );
573 $this->redisPool->handleError( $conn, $e );
/dports/www/mediawiki135/mediawiki-1.35.5/includes/jobqueue/
H A DJobQueueRedis.php70 protected $redisPool; variable in JobQueueRedis
99 $this->redisPool = RedisConnectionPool::singleton( $params['redisConfig'] );
762 $conn = $this->redisPool->getConnection( $this->server, $this->logger );
777 $this->redisPool->handleError( $conn, $e );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/jobqueue/
H A DJobQueueRedis.php70 protected $redisPool; variable in JobQueueRedis
99 $this->redisPool = RedisConnectionPool::singleton( $params['redisConfig'] );
762 $conn = $this->redisPool->getConnection( $this->server, $this->logger );
777 $this->redisPool->handleError( $conn, $e );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/jobqueue/
H A DJobQueueRedis.php70 protected $redisPool; variable in JobQueueRedis
99 $this->redisPool = RedisConnectionPool::singleton( $params['redisConfig'] );
762 $conn = $this->redisPool->getConnection( $this->server, $this->logger );
777 $this->redisPool->handleError( $conn, $e );
/dports/devel/pecl-swoole/swoole-4.8.5/examples/coroutine/
H A Dhttp_server.php7 public $redisPool = []; variable in Server
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.elastic.co/apm/docs/
H A Dinstrumenting.asciidoc454 var redisPool *redis.Pool // initialized at program startup
461 conn := apmredigo.Wrap(redisPool.Get()).WithContext(req.Context())