示例#1
0
文件: Set.php 项目: utachkin/Rediska
 public function testOffsetSet()
 {
     $this->set[] = 123;
     $reply = $this->rediska->existsInSet('test', 123);
     $this->assertTrue($reply);
 }