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

https://github.com/bootjp/create-raft-redis

「Goで作って理解するRaftベースRedis互換KVS」のコード
https://github.com/bootjp/create-raft-redis

Last synced: about 1 year ago
JSON representation

「Goで作って理解するRaftベースRedis互換KVS」のコード

Awesome Lists containing this project

README

          

# raft-redis-cluster

実装時に使用するライブラリにいついてはこちらのリポジトリで公開しております。
https://github.com/bootjp/go-kvlib

```bash
make -j 3 run
```