Predis\ClientContextInterface::executeCommand PHP 메소드

executeCommand() 공개 메소드

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