Example #1
0
 public function test_zCount()
 {
     $this->assertEquals('zcount k 5 10', $this->redis->zCount('k', 5, 10));
 }