Exemple #1
0
 public function test_zRevRank()
 {
     $this->assertEquals('zrevrank k m', $this->redis->zRevRank('k', 'm'));
 }