gocolly/colly

[Feature Request] InMemoryStorage supports TTL for visited URLs

Aperta

#136 aperta il 9 mag 2018

 (1 commento) (1 reazione) (0 assegnatari)Go (1856 fork)batch import
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

Guida contributor