raftkv icon indicating copy to clipboard operation
raftkv copied to clipboard

A lightweight high available kv-db using raft algorithm

raftkv Build Status

Features

  • High avaiable using raft
  • 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