gocolly/colly

[Feature Request] InMemoryStorage supports TTL for visited URLs

Open

#136 建立於 2018年5月9日

在 GitHub 查看
 (1 留言) (1 反應) (0 負責人)Go (24,898 star) (1,837 fork)batch import
enhancementhelp wanted

描述

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

貢獻者指南