arbinish / gocache

In memory key value store with File based persistance built in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gocache

A simple key value store with Rest end points.

Supported operations:

How to run

  • Install Go1.5+ SDK
  • Clone repo
  • run make. either make mac or make linux depending on your platform

A pre-built mac [server.macosx] and linux [server.linux] binaries are already available in the repo, for your testing.

Enjoy!!

About

In memory key value store with File based persistance built in


Languages

Language:Go 93.8%Language:Makefile 6.2%