alleeclark / cacheservice

Simple cache service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple cache service

Simple RESTful API to post, get, update and invalidate cache

Requirements

  • Tested on Golang version 1.9+

Installing

  • Install Dependecies
    $ go get -u github.com/gorilla/mux
    $ go get -u github.com/codegangsta/negroni

Quick Start

Run with go installed

go run ./main.go

Endpoints

post or get a cache request

POST key and valye
http://localhost:3000/cacheservice
# Running Test

  - Unit test
    ```TODOO :(
    ```

About

Simple cache service


Languages

Language:Go 100.0%