Skip to content

A Golang-based implementation of an in-memory caching library as-a-service; built to be language-agnostic and accessible via http/s requests.

License

Notifications You must be signed in to change notification settings

hozier/memCacheLabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memCacheLabs

A Golang-based implementation of an in-memory caching library as-a-service; built to be language-agnostic and accessible via http/s requests.

(a) In Development

The service, memCacheLabs, acts as an integrative, lightweight, plug-and-playable caching layer, living between the server's application and database.

(b.1) Directory

├── client
│ └── controllers
│ └── models
│ └── router
│ └── main.go
├── config
│ └── redis.conf
├── dockerfile
├── LICENSE
├── README.md

(b.2) run

Navigate to ./client,

├── client

  1. If no prior runs, proceed to pull in application dependecies by running go get. If dependencies already installed, proceed to step 2.
  2. To build, run go build main.go.
  3. To start the service, run go run main.go.
(c) API Documentation

Read the Docs: https://documenter.getpostman.com/view/19335839/UVeAwUu2

< > with ♥ using Go
Author: P William Hozier

About

A Golang-based implementation of an in-memory caching library as-a-service; built to be language-agnostic and accessible via http/s requests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages