gocolly/colly

[Feature Request] InMemoryStorage supports TTL for visited URLs

Ouverte

#136 ouverte le 9 mai 2018

 (1 commentaire) (1 réaction) (0 personne assignée)Go (1 857 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (25 459 étoiles)
Métriques de merge PR
 (Merge moyen 15h 38m) (2 PRs mergées en 30 j)

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

Guide contributeur