示例#1
0
 public function test_zIncrBy()
 {
     $this->assertEquals('zincrby key 10 m', $this->redis->zIncrBy('key', 10, 'm'));
 }