ardanlabs / service

Starter-kit for writing services in Go using Kubernetes.

Home Page:https://www.ardanlabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caching information

mrbardia72 opened this issue · comments

You can rewrite this package to use redis or anything you want. The idea here is you don't make any DB/Network call. The cache is in memory for some period of time.