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

test_SYNC() 공개 메소드

public test_SYNC ( )
    public function test_SYNC()
    {
        $this->assertEquals("sync", $this->redis->SYNC());
    }
TestRedisServer