Skip to content

Instantly share code, notes, and snippets.

@takemi-ohama
Created November 10, 2016 09:11
Show Gist options
  • Save takemi-ohama/166788ca40173d257499ddf4b1d8d032 to your computer and use it in GitHub Desktop.
Save takemi-ohama/166788ca40173d257499ddf4b1d8d032 to your computer and use it in GitHub Desktop.
#test
```sequence
Frontend->Backend:get or post
Backend->Redis:get
Redis->Redis:get model
Redis-->MySQL:get model (When data is not found on Redis)
Redis-->Backend:mohdel
Backend-->Frontend:json
Frontend->Frontend:build DOM
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment