dgraph-io / ristretto

A high performance memory-bound Go cache

Home Page:https://dgraph.io/blog/post/introducing-ristretto-high-perf-go-cache/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cleanupTicker leaked

robinbraemer opened this issue · comments

cleanupTicker time.Ticker should be Stop()ed when the cache is Closed()ed to release it.

cleanupTicker *time.Ticker

Use Discuss Issues for reporting issues about this repository.