Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/icexin/raftkv
- Owner: icexin
- License: mit
- Created: 2015-08-17T15:27:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-20T05:21:58.000Z (over 9 years ago)
- Last Synced: 2024-06-19T02:57:54.842Z (6 months ago)
- Language: Go
- Homepage:
- Size: 156 KB
- Stars: 15
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`