Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Predis
Command
PrefixableCommandInterface
PHP Interface Predis\Command\PrefixableCommandInterface
Author:
Daniele Alessandri (
[email protected]
)
Inheritance:
extends
Predis\Command\CommandInterface
Show file
Open project: tillkruss/redis-object-cache
Public Methods
Method
Description
prefixKeys
(
string
$prefix
)
Prefixes all the keys found in the arguments of the command.
Method Details
prefixKeys()
public
method
Prefixes all the keys found in the arguments of the command.
public
prefixKeys
(
string
$prefix
)
$prefix
string
String used to prefix the keys.