Jamm\Memory\Tests\TestRedisServer::test_SRANDMEMBER PHP 메소드

test_SRANDMEMBER() 공개 메소드

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