Exemplo n.º 1
0
 public function test_zScore()
 {
     $this->assertEquals('zscore k m', $this->redis->zScore('k', 'm'));
 }