gocolly/colly

[Feature Request] InMemoryStorage supports TTL for visited URLs

开放

#136 创建于 2018年5月9日

 (1 条评论) (1 个反应) (0 位负责人)Go (1,857 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (25,435 个星标)
PR 合并指标
 (平均合并 15小时 38分钟) (30 天内合并 2 个 PR)

描述

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

贡献者指南