Predis\ClientContextInterface::executeCommand PHP Method

executeCommand() public method

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