Skip to content

v1.0.0: fix: evict keys remotely as well (#3)

Pre-release
Pre-release
Compare
Choose a tag to compare
@viney-shih viney-shih released this 27 May 15:41
· 24 commits to master since this release
453f7ed
  • Easy to use : provide a friendly interface to deal with both caching mechanism by simple configuration. Limit the resource on single instance (pod) as well.
  • Maintain consistency : evict keys between distributed systems by Pub-Sub pattern.
  • Data compression : provide customized marshal and unmarshal functions.
  • Fix concurrency issue : prevent data racing happened on single instance (pod).
  • Metric : provide callback functions to measure the performance. (i.e. hit rate, private cache usage, ...)