You are here

abstract protected function Redis_Path_AbstractHashLookup::saveInHash in Redis 7.3

@todo document me

Parameters

string $key:

string $hkey:

string $hvalue:

1 call to Redis_Path_AbstractHashLookup::saveInHash()
Redis_Path_AbstractHashLookup::saveAlias in lib/Redis/Path/AbstractHashLookup.php
Alias is being inserted with the given source
2 methods override Redis_Path_AbstractHashLookup::saveInHash()
Redis_Path_PhpRedis::saveInHash in lib/Redis/Path/PhpRedis.php
@todo document me
Redis_Path_Predis::saveInHash in lib/Redis/Path/Predis.php
@todo document me

File

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

Class

Redis_Path_AbstractHashLookup
Common implementation for Redis-based implementations

Code

protected abstract function saveInHash($key, $hkey, $hvalue);