gocolly/colly
[Feature Request] InMemoryStorage supports TTL for visited URLs
Aberta
#136 aberto em 9 de mai. de 2018
enhancementhelp wanted
Métricas do repositório
- Stars
- (25.476 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
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