This is the complete list of members for RedisBagOStuff, including all inherited members.
$automaticFailover | RedisBagOStuff | protected |
$debugMode | BagOStuff | private |
$lastError | BagOStuff | protected |
$redisPool | RedisBagOStuff | protected |
$servers | RedisBagOStuff | protected |
__construct( $params) | RedisBagOStuff | |
add( $key, $value, $expiry=0) | RedisBagOStuff | |
cas( $casToken, $key, $value, $expiry=0) | RedisBagOStuff | |
clearLastError() | BagOStuff | |
convertExpiry( $exptime) | BagOStuff | protected |
convertToRelative( $exptime) | BagOStuff | protected |
debug( $text) | BagOStuff | |
decr( $key, $value=1) | BagOStuff | |
delete( $key, $time=0) | RedisBagOStuff | |
deleteObjectsExpiringBefore( $date, $progressCallback=false) | BagOStuff | |
ERR_NO_RESPONSE | BagOStuff | |
ERR_NONE | BagOStuff | |
ERR_UNEXPECTED | BagOStuff | |
ERR_UNREACHABLE | BagOStuff | |
get( $key, &$casToken=null) | RedisBagOStuff | |
getConnection( $key) | RedisBagOStuff | protected |
getLastError() | BagOStuff | |
getMulti(array $keys) | RedisBagOStuff | |
handleException(RedisConnRef $conn, $e) | RedisBagOStuff | protected |
incr( $key, $value=1) | RedisBagOStuff | |
isInteger( $value) | BagOStuff | protected |
lock( $key, $timeout=6) | BagOStuff | |
logError( $msg) | RedisBagOStuff | protected |
logRequest( $method, $key, $server, $result) | RedisBagOStuff | |
merge( $key, closure $callback, $exptime=0, $attempts=10) | BagOStuff | |
mergeViaCas( $key, closure $callback, $exptime=0, $attempts=10) | BagOStuff | protected |
mergeViaLock( $key, closure $callback, $exptime=0, $attempts=10) | BagOStuff | protected |
replace( $key, $value, $exptime=0) | BagOStuff | |
serialize( $data) | RedisBagOStuff | protected |
set( $key, $value, $expiry=0) | RedisBagOStuff | |
setDebug( $bool) | BagOStuff | |
setLastError( $err) | BagOStuff | protected |
unlock( $key) | BagOStuff | |
unserialize( $data) | RedisBagOStuff | protected |