示例#1
0
 public function test_hGetAll()
 {
     $this->assertEquals(array('h' => 'g'), $this->redis->hGetAll('key'));
 }