go-redis / cache

Cache library with Redis backend for Golang
https://redis.uptrace.dev/guide/go-redis-cache.html
BSD 2-Clause "Simplified" License
757 stars 95 forks source link

LRU cache #102

Open bentcoder opened 1 year ago

bentcoder commented 1 year ago

Hi,

I am not sure if this package supports LRU cache? Asking because I can see some old commits, files in the history as well as an old doc (v3). If there is a support, could please someone add an example to Readme or somewhere?

Thank you