gocolly/colly
View on GitHub[Feature Request] InMemoryStorage supports TTL for visited URLs
Open
#136 opened on May 9, 2018
enhancementhelp wanted
Description
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