Open gsoec opened 6 years ago
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
redisstorage
There is an open PR which introduces TTLs: https://github.com/gocolly/redisstorage/pull/2
I think handling TTL for visited URLs internally is quite useful, and we can make
redisstorage
to support TTL as well. @asciimoo WDYT