writeRequest() public method

public writeRequest ( Predis\Command\CommandInterface $command )
$command Predis\Command\CommandInterface
Exemplo n.º 1
0
 public function writeRequest(CommandInterface $command)
 {
     parent::writeRequest($command);
     $this->storeDebug($command, '->');
 }