MediaWiki
REL1_22
|
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) | |
__destruct () | |
isConnIdentical (Redis $conn) | |
luaEval ($script, array $params, $numKeys) | |
Protected Attributes | |
Redis | $conn |
* | |
RedisConnectionPool | $pool |
* | |
$server |
Helper class to handle automatically marking connectons as reusable (via RAII pattern)
Definition at line 287 of file RedisConnectionPool.php.
RedisConnRef::__construct | ( | RedisConnectionPool $ | pool, |
$ | server, | ||
Redis $ | conn | ||
) |
$pool | RedisConnectionPool |
$server | string |
$conn | Redis |
Definition at line 298 of file RedisConnectionPool.php.
Definition at line 344 of file RedisConnectionPool.php.
References $conn.
RedisConnRef::__call | ( | $ | name, |
$ | arguments | ||
) |
Definition at line 304 of file RedisConnectionPool.php.
RedisConnRef::isConnIdentical | ( | Redis $ | conn | ) |
RedisConnRef::luaEval | ( | $ | script, |
array $ | params, | ||
$ | numKeys | ||
) |
string | $script | |
array | $params | |
integer | $numKeys |
RedisException |
Definition at line 315 of file RedisConnectionPool.php.
Redis RedisConnRef::$conn [protected] |
*
Definition at line 289 of file RedisConnectionPool.php.
Referenced by __construct(), and __destruct().
RedisConnectionPool RedisConnRef::$pool [protected] |
RedisConnRef::$server [protected] |
Definition at line 291 of file RedisConnectionPool.php.
Referenced by __construct().