Skip to content

Releases: pedreviljoen/go-cache

Redis cache adaptor

06 Mar 20:03
Compare
Choose a tag to compare

This PR adds the required methods to implement the Redis cache adaptor 🎉

Add cache cleaner process

02 Mar 08:41
Compare
Choose a tag to compare

This release introduces functionality which adds a cleaner process that runs in an isolated go-routine, this process clears stale cache items inside the cache.

Initial release

01 Mar 15:54
Compare
Choose a tag to compare

This is the first release of the small opinionated go cache 🎉

In this release a simple in-memory cache solution is implemented, more cache adaptors to follow and useful methods on the cache adaptors.