No description
- Go 100%
| msgpack | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| README.md | ||
| store.go | ||
| store_test.go | ||
| util.go | ||
raft-bbolt
This work is based on https://github.com/hashicorp/raft-boltdb
This repository provides the raftbbolt package. The package exports the Store which is an implementation of both a LogStore and StableStore.
It is meant to be used as a backend for the raft package here.
This implementation uses BBolt. BBolt is a simple key/value store implemented in pure Go, and inspired by LMDB.