tomiok / fuego-cache

Fuego cache is a concurrent hashed key-value pair service written 100% in Golang. A high-speed cache service with HTTP and plain TCP and CLI interfaces with persistence in disk. Easy-to-use & easy-to-deploy cache service totally free. PRs are welcome folks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fuego cache

Fuego cache is a concurrent hashed key-value pair written 100% in Golang. Could run in 3 modes:

  • TPC process
  • HTTP server
  • CLI

Introduction

Just need to deploy the fuego instance locally or in a cloud provider and connect with a tcp client or as a web server. Need different "modes" if you need a TCP plain connection or a web server, just add it in the json config file, located in the root.

Installation

No further installation needed, just go get github.com/tomiok/fuego-cache

Build

make build

Run

make run

Docker

SID

TEST

this is a test

EOY commit

About

Fuego cache is a concurrent hashed key-value pair service written 100% in Golang. A high-speed cache service with HTTP and plain TCP and CLI interfaces with persistence in disk. Easy-to-use & easy-to-deploy cache service totally free. PRs are welcome folks.

License:Apache License 2.0


Languages

Language:Go 98.8%Language:Makefile 1.2%