Predis\ClientInterface::executeCommand PHP Method

executeCommand() public method

Executes the specified Redis command.
public executeCommand ( Predis\Command\CommandInterface $command ) : mixed
$command Predis\Command\CommandInterface Command instance.
return mixed
    public function executeCommand(CommandInterface $command);