bxcodec / go-clean-arch

Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture
MIT License
9.06k stars 1.19k forks source link

Sample for caching layer #25

Closed weeco closed 5 years ago

weeco commented 5 years ago

Hey, thank you for sharing the architecture with us. I believe it's common to have a caching layer (e. g. Redis) between your application and databases (MySQL/MongoDB). I wonder what you'd suggest on how to implement a caching layer here, so that one could query (cached) Authors / Articles?

bxcodec commented 5 years ago

Hi @weeco

I already answer this in this issue #11