Example #1
0
 public function test_hExists()
 {
     $this->assertEquals('hexists key field', $this->redis->hExists('key', 'field'));
 }