MediaWiki
REL1_21
|
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) | |
Protected Attributes | |
Redis | $conn |
* | |
RedisConnectionPool | $pool |
* | |
$server |
Helper class to handle automatically marking connectons as reusable (via RAII pattern)
Definition at line 280 of file RedisConnectionPool.php.
RedisConnRef::__construct | ( | RedisConnectionPool $ | pool, |
$ | server, | ||
Redis $ | conn | ||
) |
$pool | RedisConnectionPool |
$server | string |
$conn | Redis |
Definition at line 291 of file RedisConnectionPool.php.
Definition at line 305 of file RedisConnectionPool.php.
References $conn.
RedisConnRef::__call | ( | $ | name, |
$ | arguments | ||
) |
Definition at line 297 of file RedisConnectionPool.php.
RedisConnRef::isConnIdentical | ( | Redis $ | conn | ) |
Definition at line 301 of file RedisConnectionPool.php.
Redis RedisConnRef::$conn [protected] |
RedisConnectionPool RedisConnRef::$pool [protected] |
*
Definition at line 281 of file RedisConnectionPool.php.
RedisConnRef::$server [protected] |
Definition at line 284 of file RedisConnectionPool.php.