Esempio n. 1
0
 public function testOffsetSet()
 {
     $this->set[] = 123;
     $reply = $this->rediska->existsInSet('test', 123);
     $this->assertTrue($reply);
 }