https://github.com/icexin/raftkv
A lightweight high available kv-db using raft algorithm
https://github.com/icexin/raftkv
Last synced: 2 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-20T05:21:58.000Z (almost 10 years ago)
- Last Synced: 2025-04-14T23:11:39.624Z (2 months ago)
- Language: Go
- Homepage:
- Size: 156 KB
- Stars: 17
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
raftkv [](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`