You are here

27 calls to Redis_Client::getClient() in Redis 7.2

Redis_AbstractBackend::getClient in lib/Redis/AbstractBackend.php
Get redis client
Redis_Cache_PhpRedis::clearWithEval in lib/Redis/Cache/PhpRedis.php
Redis_Cache_PhpRedis::clearWithoutEval in lib/Redis/Cache/PhpRedis.php
Redis_Cache_PhpRedis::get in lib/Redis/Cache/PhpRedis.php
Returns data from the persistent cache.
Redis_Cache_PhpRedis::getMultiple in lib/Redis/Cache/PhpRedis.php
Returns data from the persistent cache when given an array of cache IDs.
Redis_Cache_PhpRedis::set in lib/Redis/Cache/PhpRedis.php
Stores data in the persistent cache.
Redis_Cache_Predis::clearWithEval in lib/Redis/Cache/Predis.php
Redis_Cache_Predis::clearWithoutEval in lib/Redis/Cache/Predis.php
Redis_Cache_Predis::get in lib/Redis/Cache/Predis.php
Returns data from the persistent cache.
Redis_Cache_Predis::getMultiple in lib/Redis/Cache/Predis.php
Returns data from the persistent cache when given an array of cache IDs.
Redis_Cache_Predis::set in lib/Redis/Cache/Predis.php
Stores data in the persistent cache.
Redis_Lock_Backend_PhpRedis::lockAcquire in lib/Redis/Lock/Backend/PhpRedis.php
Acquire lock.
Redis_Lock_Backend_PhpRedis::lockMayBeAvailable in lib/Redis/Lock/Backend/PhpRedis.php
Check if lock is available for acquire.
Redis_Lock_Backend_PhpRedis::lockRelease in lib/Redis/Lock/Backend/PhpRedis.php
Release given lock.
Redis_Lock_Backend_PhpRedis::lockReleaseAll in lib/Redis/Lock/Backend/PhpRedis.php
Release all locks for the given lock token identifier.
Redis_Lock_Backend_Predis::lockAcquire in lib/Redis/Lock/Backend/Predis.php
Acquire lock.
Redis_Lock_Backend_Predis::lockMayBeAvailable in lib/Redis/Lock/Backend/Predis.php
Check if lock is available for acquire.
Redis_Lock_Backend_Predis::lockRelease in lib/Redis/Lock/Backend/Predis.php
Release given lock.
Redis_Lock_Backend_Predis::lockReleaseAll in lib/Redis/Lock/Backend/Predis.php
Release all locks for the given lock token identifier.
Redis_Path_PhpRedis::deleteInHash in lib/Redis/Path/PhpRedis.php
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
Redis_Path_PhpRedis::saveInHash in lib/Redis/Path/PhpRedis.php
Redis_Path_Predis::deleteInHash in lib/Redis/Path/Predis.php
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
Redis_Path_Predis::saveInHash in lib/Redis/Path/Predis.php