Example #1
0
 public function test_SRANDMEMBER()
 {
     $this->assertEquals("srandmember key 1", $this->redis->SRANDMEMBER("key", 1));
 }