示例#1
0
 public function test_zRemRangeByRank()
 {
     $this->assertEquals('zremrangebyrank k 5 10', $this->redis->zRemRangeByRank('k', 5, 10));
 }