[][src]Crate memstore

memstore

An in-memory storage system implementing the async_raft::RaftStorage trait. Please ⭐ on github!

Build Status Crates.io docs.rs License Crates.io Crates.io GitHub issues open GitHub issues closed


The guide is the best place to get started, followed by the docs for more in-depth details.

Structs

ClientRequest

The application data request type which the MemStore works with.

ClientResponse

The application data response type which the MemStore works with.

MemStore

An in-memory storage system implementing the async_raft::RaftStorage trait.

MemStoreSnapshot

The application snapshot type which the MemStore works with.

MemStoreStateMachine

The state machine of the MemStore.

Enums

ClientError

Error data response.