示例#1
0
 public function test_hMSet()
 {
     $this->assertEquals('hmset key f1 v1 f2 v2', $this->redis->hMSet('key', array('f1' => 'v1', 'f2' => 'v2')));
 }