示例#1
0
 public function test_sUnion()
 {
     $this->assertEquals('sunion key', $this->redis->sUnion('key'));
 }