Exemple #1
0
 public function writeCommand(Predis_Command $command)
 {
     $this->writeBytes($command->invoke());
 }