Exemple #1
0
 public function test_sDiffStore()
 {
     $this->assertEquals('sdiffstore d k', $this->redis->sDiffStore('d', 'k'));
 }