Closed josalmi closed 5 years ago
Add option to configure expiration time for visited keys. Go defaults time.Duration to zero so this should not be breaking change.
This is an easy way for refetching some pages after given interval as well as to clean up old entires from Redis without removing everything.
Hey guys, is anything wrong with this PR? Or why is not merged yet? @kvch @asciimoo Thx for your time :-)
Add option to configure expiration time for visited keys. Go defaults time.Duration to zero so this should not be breaking change.
This is an easy way for refetching some pages after given interval as well as to clean up old entires from Redis without removing everything.