gocolly/colly
GitHub で見る[Feature Request] InMemoryStorage supports TTL for visited URLs
Open
#136 opened on 2018年5月9日
enhancementhelp wanted
説明
type InMemoryStorage struct {
// TTL
visitedURLsTTL time.Duration
}
I think handling TTL for visited URLs internally is quite useful,
and we can make redisstorage to support TTL as well. @asciimoo WDYT