Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/icexin/raftkv

A lightweight high available kv-db using raft algorithm
https://github.com/icexin/raftkv

Last synced: about 1 month ago
JSON representation

A lightweight high available kv-db using raft algorithm

Awesome Lists containing this project

README

        

raftkv [![Build Status](https://travis-ci.org/icexin/raftkv.svg?branch=master)](https://travis-ci.org/icexin/raftkv)
======

# Features

* High avaiable using [raft](http://raftconsensus.github.io/)
* Redis protocol compatible

# Install

`go get github.com/icexin/raftkv`

# Getting started

Start server on port 10000

`raftkv -config=cfg.toml`

Using `redis-cli -p 10000`

# Supported commands

`GET`, `SET`, `DEL`