You are here

public function Redis_BackendInterface::getKey in Redis 7.3

Get full key name using the set prefix

Parameters

string ...: Any numer of strings to append to path using the separator

Return value

string

1 method overrides Redis_BackendInterface::getKey()
Redis_AbstractBackend::getKey in lib/Redis/AbstractBackend.php
Get prefixed key

File

lib/Redis/BackendInterface.php, line 58

Class

Redis_BackendInterface
Client based Redis component

Code

public function getKey();