Exemple #1
0
 public function test_sCard()
 {
     $this->assertEquals('scard key', $this->redis->sCard('key'));
 }