Skip to content

Releases: zjc17/mgcache

v1.0.1: Storage Options and Distribute Refresher Support

29 Dec 03:51
Compare
Choose a tag to compare

New Features

f5ea0aa [Feature] Add unit test
042cffb [Feature] Optimize Options for constructing argument

Other

b17989d [Optimize] use flat layout

v1.0.0: Initial Release

06 Dec 13:27
Compare
Choose a tag to compare

New Features

9075f1c [Feature] fix typo; add go lint; little changes on Refresh function and make it reused when loading fallback
3b4f901 [Feature] support GetBytes func; fix fallback logic (re-put value into current cache)
7d473f6 [Feature] add benchmark testing for bigcache storage. (2.5x faster on set than gocache)
c43c2e1 [Feature] support bigcache and redis storage, support custom fallback loader (as data source)

Fix

cf0e385 [Feature] fix typo
b57abe7 [Feature] fix bug in mock generation script
6411535 [Feature] submit mock files (generated by mockgen)

Other

9a5ba03 [Feature] support code coverage report with CODECOV
edab1e1 [Feature] add unit test for redis storage
503fe34 [Feature] add github action for testing and code coverage repost