You are here

34 calls to Redis_AbstractBackend::getClient() in Redis 7.3

Redis_Cache_PhpRedis::deleteByPrefix in lib/Redis/Cache/PhpRedis.php
Redis_Cache_PhpRedis::deleteMultiple in lib/Redis/Cache/PhpRedis.php
Redis_Cache_PhpRedis::flush in lib/Redis/Cache/PhpRedis.php
Redis_Cache_PhpRedis::flushVolatile in lib/Redis/Cache/PhpRedis.php
Redis_Cache_PhpRedis::get in lib/Redis/Cache/PhpRedis.php
Redis_Cache_PhpRedis::getLastFlushTime in lib/Redis/Cache/PhpRedis.php
Redis_Cache_PhpRedis::getMultiple in lib/Redis/Cache/PhpRedis.php
Redis_Cache_PhpRedis::set in lib/Redis/Cache/PhpRedis.php
Redis_Cache_PhpRedis::setLastFlushTimeFor in lib/Redis/Cache/PhpRedis.php
Redis_Cache_Predis::delete in lib/Redis/Cache/Predis.php
Redis_Cache_Predis::deleteByPrefix in lib/Redis/Cache/Predis.php
Redis_Cache_Predis::flush in lib/Redis/Cache/Predis.php
Redis_Cache_Predis::flushVolatile in lib/Redis/Cache/Predis.php
Redis_Cache_Predis::get in lib/Redis/Cache/Predis.php
Redis_Cache_Predis::getLastFlushTime in lib/Redis/Cache/Predis.php
Redis_Cache_Predis::setLastFlushTimeFor in lib/Redis/Cache/Predis.php
Redis_Lock_PhpRedis::lockAcquire in lib/Redis/Lock/PhpRedis.php
Acquire lock.
Redis_Lock_PhpRedis::lockMayBeAvailable in lib/Redis/Lock/PhpRedis.php
Check if lock is available for acquire.
Redis_Lock_PhpRedis::lockRelease in lib/Redis/Lock/PhpRedis.php
Release given lock.
Redis_Lock_PhpRedis::lockReleaseAll in lib/Redis/Lock/PhpRedis.php
Release all locks for the given lock token identifier.
Redis_Lock_Predis::lockAcquire in lib/Redis/Lock/Predis.php
Acquire lock.
Redis_Lock_Predis::lockMayBeAvailable in lib/Redis/Lock/Predis.php
Check if lock is available for acquire.
Redis_Lock_Predis::lockRelease in lib/Redis/Lock/Predis.php
Release given lock.
Redis_Lock_Predis::lockReleaseAll in lib/Redis/Lock/Predis.php
Release all locks for the given lock token identifier.
Redis_Path_PhpRedis::deleteInHash in lib/Redis/Path/PhpRedis.php
@todo document me
Redis_Path_PhpRedis::deleteLanguage in lib/Redis/Path/PhpRedis.php
A language is being deleted
Redis_Path_PhpRedis::lookupInHash in lib/Redis/Path/PhpRedis.php
@todo document me
Redis_Path_PhpRedis::saveInHash in lib/Redis/Path/PhpRedis.php
@todo document me
Redis_Path_Predis::deleteInHash in lib/Redis/Path/Predis.php
@todo document me
Redis_Path_Predis::deleteLanguage in lib/Redis/Path/Predis.php
A language is being deleted
Redis_Path_Predis::lookupInHash in lib/Redis/Path/Predis.php
@todo document me
Redis_Path_Predis::saveInHash in lib/Redis/Path/Predis.php
@todo document me
Redis_Queue_PhpRedis::claimItem in lib/Redis/Queue/PhpRedis.php
Claim an item in the queue for processing.
Redis_Queue_PhpRedis::createItem in lib/Redis/Queue/PhpRedis.php
Add a queue item and store it directly to the queue.