Read more about this at https://goenning.net/2017/03/18/server-side-cache-go/.
glide install
while on project root foldermake run-memory
or make run-redis
to start the web applicationdocker-compose up -d
http://localhost:8080
You can see this application running live on https://go-cache-demo.herokuapp.com/
Happy Coding! :)