zero icon indicating copy to clipboard operation
zero copied to clipboard

Add built-in cache-aside caching w/memcached

Open bmonkman opened this issue 5 years ago • 1 comments

Should include:

  • Support in backend for memcached (Go and/or Node)
  • Support either custom or via library for cache-aside caching w/invalidation
  • Read from cache. On miss, read from db and write to cache.
  • On update, delete from cache.

bmonkman avatar Aug 18 '20 21:08 bmonkman

Kubernetes kustomize/base variables ready for cache, created by infrastructure.

sshi100 avatar Feb 12 '21 21:02 sshi100