A Golang-based implementation of an in-memory caching library as-a-service; built to be language-agnostic and accessible via http/s requests.
The service, memCacheLabs, acts as an integrative, lightweight, plug-and-playable caching layer, living between the server's application and database.
├── client
│ └── controllers
│ └── models
│ └── router
│ └── main.go
├── config
│ └── redis.conf
├── dockerfile
├── LICENSE
├── README.md
Navigate to ./client,
├── client
- If no prior runs, proceed to pull in application dependecies by running
go get. If dependencies already installed, proceed to step 2. - To build, run
go build main.go. - To start the service, run
go run main.go.
Read the Docs: https://documenter.getpostman.com/view/19335839/UVeAwUu2