#raft #consensus #data-storage

agreed-memstore

An in-memory implementation of the agreed::RaftStorage trait. Fork of async-raft’s memstore crate.

2 stable releases

1.1.0 May 20, 2021
1.0.0 May 11, 2021

#1584 in Asynchronous

MIT/Apache

33KB
745 lines

Agreed Memstore

An in-memory storage system implementing the agreed::RaftStorage trait. Fork of the `memstore` crate of async-raft.

Continuous Integration Crates.io docs.rs License


If you want to get started with building applications on top of Agreed, then checkout out The Agreed Guide. Afterwards, feel free to jump into the documentation.

Dependencies

~4.5–7MB
~118K SLoC