You are here

16 calls to Redis_Client::getClient() in Redis 7

Redis_Cache_PhpRedis::clear in lib/Redis/Cache/PhpRedis.php
Expires data from the cache.
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::clear in lib/Redis/Cache/Predis.php
Expires data from the cache.
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.