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」のコード
- Host: GitHub
- URL: https://github.com/bootjp/create-raft-redis
- Owner: bootjp
- License: apache-2.0
- Created: 2024-04-30T12:30:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T11:49:51.000Z (almost 2 years ago)
- Last Synced: 2025-04-19T20:53:46.223Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 48.8 KB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raft-redis-cluster
実装時に使用するライブラリにいついてはこちらのリポジトリで公開しております。
https://github.com/bootjp/go-kvlib
```bash
make -j 3 run
```