gcloud components install app-engine-go
gcloud app deploy
curl --header "Content-Type: application/json" \
--request POST \
--data '{"key":"name","value":"test"}' \
https://cache-as-a-service-dot-demoneil.df.r.appspot.com
curl "https://cache-as-a-service-dot-demoneil.df.r.appspot.com?key=name1"
- Cache Miss -
404 Not Found
- Error code for cache miss
- Stict JSON validation for set cache
- Multi Set
- Multi Get
- Explicit TTL