Predis\ClientInterface::executeCommand PHP Метод

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

Executes the specified Redis command.
public executeCommand ( Predis\Command\CommandInterface $command ) : mixed
$command Predis\Command\CommandInterface Command instance.
Результат mixed
    public function executeCommand(CommandInterface $command);