Example #1
0
 public function test_SPOP()
 {
     $this->assertEquals("spop key", $this->redis->SPOP("key"));
 }