| $asyncHandler | BagOStuff | protected |
| $automaticFailover | RedisBagOStuff | protected |
| $keyspace | BagOStuff | protected |
| $lastError | BagOStuff | protected |
| $locks | BagOStuff | protected |
| $logger | BagOStuff | protected |
| $redisPool | RedisBagOStuff | protected |
| $servers | RedisBagOStuff | protected |
| $serverTagMap | RedisBagOStuff | protected |
| __construct($params) | RedisBagOStuff | |
| BagOStuff::__construct(array $params=[]) | BagOStuff | |
| add($key, $value, $expiry=0) | RedisBagOStuff | |
| cas($casToken, $key, $value, $exptime=0) | BagOStuff | protected |
| clearLastError() | BagOStuff | |
| convertExpiry($exptime) | BagOStuff | protected |
| convertToRelative($exptime) | BagOStuff | protected |
| debug($text) | BagOStuff | protected |
| decr($key, $value=1) | BagOStuff | |
| delete($key) | RedisBagOStuff | |
| deleteObjectsExpiringBefore($date, $progressCallback=false) | BagOStuff | |
| doGet($key, $flags=0) | RedisBagOStuff | protected |
| ERR_NO_RESPONSE | BagOStuff | |
| ERR_NONE | BagOStuff | |
| ERR_UNEXPECTED | BagOStuff | |
| ERR_UNREACHABLE | BagOStuff | |
| get($key, $flags=0, $oldFlags=null) | BagOStuff | |
| getConnection($key) | RedisBagOStuff | protected |
| getLastError() | BagOStuff | |
| getMasterLinkStatus(RedisConnRef $conn) | RedisBagOStuff | protected |
| getMulti(array $keys, $flags=0) | RedisBagOStuff | |
| getScopedLock($key, $timeout=6, $expiry=30, $rclass= '') | BagOStuff | |
| getWithSetCallback($key, $ttl, $callback, $flags=0) | BagOStuff | |
| getWithToken($key, &$casToken, $flags=0) | BagOStuff | protected |
| handleException(RedisConnRef $conn, $e) | RedisBagOStuff | protected |
| incr($key, $value=1) | RedisBagOStuff | |
| incrWithInit($key, $ttl, $value=1, $init=1) | BagOStuff | |
| isInteger($value) | BagOStuff | protected |
| lock($key, $timeout=6, $expiry=6, $rclass= '') | BagOStuff | |
| logError($msg) | RedisBagOStuff | protected |
| logRequest($method, $key, $server, $result) | RedisBagOStuff | |
| makeGlobalKey() | BagOStuff | |
| makeKey() | BagOStuff | |
| makeKeyInternal($keyspace, $args) | BagOStuff | |
| merge($key, callable $callback, $exptime=0, $attempts=10, $flags=0) | BagOStuff | |
| mergeViaCas($key, $callback, $exptime=0, $attempts=10) | BagOStuff | protected |
| mergeViaLock($key, $callback, $exptime=0, $attempts=10, $flags=0) | BagOStuff | protected |
| modifySimpleRelayEvent(array $event) | RedisBagOStuff | |
| READ_LATEST | BagOStuff | |
| READ_VERIFIED | BagOStuff | |
| serialize($data) | RedisBagOStuff | protected |
| set($key, $value, $expiry=0, $flags=0) | RedisBagOStuff | |
| setDebug($bool) | BagOStuff | |
| setLastError($err) | BagOStuff | protected |
| setLogger(LoggerInterface $logger) | BagOStuff | |
| setMulti(array $data, $expiry=0) | RedisBagOStuff | |
| TTL_DAY | IExpiringStore | |
| TTL_HOUR | IExpiringStore | |
| TTL_INDEFINITE | IExpiringStore | |
| TTL_MINUTE | IExpiringStore | |
| TTL_MONTH | IExpiringStore | |
| TTL_PROC_LONG | IExpiringStore | |
| TTL_PROC_SHORT | IExpiringStore | |
| TTL_WEEK | IExpiringStore | |
| TTL_YEAR | IExpiringStore | |
| unlock($key) | BagOStuff | |
| unserialize($data) | RedisBagOStuff | protected |
| WRITE_CACHE_ONLY | BagOStuff | |
| WRITE_SYNC | BagOStuff | |