You are here

abstract protected function Redis_Path_AbstractHashLookup::lookupInHash in Redis 7.3

@todo document me

Parameters

string $keyPrefix:

string $hkey:

string $language:

2 calls to Redis_Path_AbstractHashLookup::lookupInHash()
Redis_Path_AbstractHashLookup::lookupAlias in lib/Redis/Path/AbstractHashLookup.php
Lookup any alias for the given source
Redis_Path_AbstractHashLookup::lookupSource in lib/Redis/Path/AbstractHashLookup.php
Lookup any source for the given alias
2 methods override Redis_Path_AbstractHashLookup::lookupInHash()
Redis_Path_PhpRedis::lookupInHash in lib/Redis/Path/PhpRedis.php
@todo document me
Redis_Path_Predis::lookupInHash in lib/Redis/Path/Predis.php
@todo document me

File

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

Class

Redis_Path_AbstractHashLookup
Common implementation for Redis-based implementations

Code

protected abstract function lookupInHash($keyPrefix, $hkey, $language = null);