MediaWiki
master
|
Helper class to handle automatically marking connectons as reusable (via RAII pattern) More...
Public Member Functions | |
__call ($name, $arguments) | |
__construct (RedisConnectionPool $pool, $server, Redis $conn, LoggerInterface $logger) | |
__destruct () | |
clearLastError () | |
getLastError () | |
getServer () | |
isConnIdentical (Redis $conn) | |
luaEval ($script, array $params, $numKeys) | |
Protected Attributes | |
Redis | $conn |
$lastError | |
LoggerInterface | $logger |
RedisConnectionPool | $pool |
$server | |
Helper class to handle automatically marking connectons as reusable (via RAII pattern)
This class simply wraps the Redis class and can be used the same way
Definition at line 435 of file RedisConnectionPool.php.
RedisConnRef::__construct | ( | RedisConnectionPool | $pool, |
$server, | |||
Redis | $conn, | ||
LoggerInterface | $logger | ||
) |
RedisConnectionPool | $pool | |
string | $server | |
Redis | $conn | |
LoggerInterface | $logger |
Definition at line 455 of file RedisConnectionPool.php.
RedisConnRef::__destruct | ( | ) |
Definition at line 578 of file RedisConnectionPool.php.
References server.
RedisConnRef::__call | ( | $name, | |
$arguments | |||
) |
Definition at line 480 of file RedisConnectionPool.php.
RedisConnRef::clearLastError | ( | ) |
Definition at line 476 of file RedisConnectionPool.php.
RedisConnRef::getLastError | ( | ) |
Definition at line 472 of file RedisConnectionPool.php.
References $lastError.
RedisConnRef::getServer | ( | ) |
Definition at line 468 of file RedisConnectionPool.php.
References $server.
Referenced by RedisConnectionPool\handleError().
RedisConnRef::isConnIdentical | ( | Redis | $conn | ) |
Redis | $conn |
Definition at line 574 of file RedisConnectionPool.php.
References $conn.
Referenced by RedisConnectionPool\handleError().
RedisConnRef::luaEval | ( | $script, | |
array | $params, | ||
$numKeys | |||
) |
string | $script | |
array | $params | |
int | $numKeys |
RedisException |
Definition at line 524 of file RedisConnectionPool.php.
References $conn, $lastError, $res, and $server.
Referenced by PoolCounterRedis\initAndPopPoolSlotList(), JobQueueRedis\popAndAcquireBlob(), JobQueueRedis\pushBlobs(), PoolCounterRedis\registerAcquisitionTime(), and PoolCounterRedis\release().
|
protected |
Definition at line 439 of file RedisConnectionPool.php.
Referenced by __call(), __construct(), isConnIdentical(), and luaEval().
|
protected |
Definition at line 442 of file RedisConnectionPool.php.
Referenced by __call(), getLastError(), and luaEval().
|
protected |
Definition at line 447 of file RedisConnectionPool.php.
Referenced by __construct().
|
protected |
Definition at line 437 of file RedisConnectionPool.php.
Referenced by __construct().
|
protected |
Definition at line 441 of file RedisConnectionPool.php.
Referenced by __construct(), getServer(), and luaEval().