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

贡献者指南