示例#1
0
 public function test_hIncrBy()
 {
     $this->assertEquals('hincrby key field 50', $this->redis->hIncrBy('key', 'field', 50));
 }