You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This repository provides the `raftbitcask` package. The package exports the `BadgerStore` which is an implementation of both a `LogStore` and `StableStore`.
This repository provides the `raftbitcask` package. The package exports the `BitcaskStore` which is an implementation of both a `LogStore` and `StableStore`.
It is meant to be used as a backend for the `raft`[package here](https://github.com/hashicorp/raft).