nandlabs / golly

golly is a open source library for go
https://golly.nandlabs.io
MIT License
19 stars 2 forks source link

Caching #51

Open nandagopalan opened 2 months ago

nandagopalan commented 2 months ago

Create a package with caching support. This needs to be extensible to multiple providers

  1. Builtin cache
  2. Distributed cache
  3. External Cache integration
    • Memcached
    • Redis.
  4. Abstraction over cache implementation for cache offerings from cloud.