Predis\Command\PrefixableCommandInterface::prefixKeys PHP Метод

prefixKeys() публичный Метод

Prefixes all the keys found in the arguments of the command.
public prefixKeys ( string $prefix )
$prefix string String used to prefix the keys.
    public function prefixKeys($prefix);
PrefixableCommandInterface