gocolly/colly
[Feature Request] InMemoryStorage supports TTL for visited URLs
Aperta
#136 aperta il 9 mag 2018
enhancementhelp wanted
Metriche repository
- Star
- (25.430 stelle)
- Metriche merge PR
- (Merge medio 15h 38m) (2 PR mergiate in 30 g)
Descrizione
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