You are here

abstract class Redis_Path_AbstractHashLookup in Redis 7.2

Same name and namespace in other branches
  1. 7.3 lib/Redis/Path/AbstractHashLookup.php \Redis_Path_AbstractHashLookup

Common implementation for Redis-based implementations

Hierarchy

Expanded class hierarchy of Redis_Path_AbstractHashLookup

File

lib/Redis/Path/AbstractHashLookup.php, line 6

View source
abstract class Redis_Path_AbstractHashLookup extends Redis_AbstractBackend implements Redis_Path_HashLookupInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
Redis_AbstractBackend::$globalPrefix protected static property
Redis_AbstractBackend::$prefix private property
Redis_AbstractBackend::getClient public function Get redis client
Redis_AbstractBackend::getDefaultPrefix public static function Get global default prefix
Redis_AbstractBackend::getGlobalPrefix public static function Get site default global prefix
Redis_AbstractBackend::getKey public function Get full key name using the set prefix 2
Redis_AbstractBackend::getPrefix final public function Get prefix
Redis_AbstractBackend::KEY_SEPARATOR constant Key components name separator
Redis_AbstractBackend::setPrefix final public function Set prefix
Redis_AbstractBackend::__construct public function Default constructor 2
Redis_Path_HashLookupInterface::deleteAlias public function Alias is being deleted for the given source 3
Redis_Path_HashLookupInterface::deleteLanguage public function A language is being deleted 3
Redis_Path_HashLookupInterface::KEY_ALIAS constant Alias HASH key prefix
Redis_Path_HashLookupInterface::KEY_SOURCE constant Source HASH key prefix
Redis_Path_HashLookupInterface::lookupAlias public function Lookup any alias for the given source 3
Redis_Path_HashLookupInterface::lookupSource public function Lookup any source for the given alias 3
Redis_Path_HashLookupInterface::saveAlias public function Alias is being inserted with the given source 3
Redis_Path_HashLookupInterface::VALUE_NULL constant Null value (not existing yet cached value)
Redis_Path_HashLookupInterface::VALUE_SEPARATOR constant Values separator for hash values