Example #1
0
 public function test_Del()
 {
     $this->assertEquals('del key', $this->redis->del('key'));
 }