Example #1
0
 public function test_zRank()
 {
     $this->assertEquals('zrank k m', $this->redis->zRank('k', 'm'));
 }