PHP Interface Predis\Command\PrefixableCommandInterface

Author: Daniele Alessandri ([email protected])
Inheritance: extends Predis\Command\CommandInterface
Mostra 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.