Example #1
0
 /**
  * @expectedException \CmdQ\Redis\Exception\CommandErrorException
  */
 public function testCommandErrorException()
 {
     $this->client->cmd('sett mykey 1');
 }