go-pkgz / lcw

Loading Cache Wrapper
https://go-pkgz.umputun.dev/lcw/
MIT License
20 stars 5 forks source link

Basic support for distributed cache for LRU and Expirable caches #26

Closed paskal closed 4 years ago

paskal commented 4 years ago

Adds support of distributed cache invalidation using the PubSub interface. It seems to make sense to implement it only for local LRU and Expirable cache, but not for Redis or SCache.

Test with example Redis implementation is added as well and invoked from CI.

Resolves #8.