You are here

public function Redis_Path_HashLookupInterface::saveAlias in Redis 7.2

Same name and namespace in other branches
  1. 7.3 lib/Redis/Path/HashLookupInterface.php \Redis_Path_HashLookupInterface::saveAlias()

Alias is being inserted with the given source

Parameters

string $source:

string $alias:

string $language:

3 methods override Redis_Path_HashLookupInterface::saveAlias()
Redis_Path_NullHashLookup::saveAlias in lib/Redis/Path/NullHashLookup.php
Alias is being inserted with the given source
Redis_Path_PhpRedis::saveAlias in lib/Redis/Path/PhpRedis.php
Alias is being inserted with the given source
Redis_Path_Predis::saveAlias in lib/Redis/Path/Predis.php
Alias is being inserted with the given source

File

lib/Redis/Path/HashLookupInterface.php, line 62

Class

Redis_Path_HashLookupInterface
Very fast hash based lookup interface.

Code

public function saveAlias($source, $alias, $language = null);