Expand description
§Keystone distributed storage.
A distributed storage for OpenStack Keystone backed by Raft and Fjall KV database.
Re-exports§
pub use store::log_store::FjallLogStore;pub use store::state_machine::FjallStateMachine;pub use crate::protobuf as pb;
Modules§
Structs§
- Type
Config - Declare the type configuration for example K/V store.
Enums§
- Store
Error - Keystone Store error.
Functions§
- new
- Create a pair of
FjallLogStoreandFjallStateMachinethat are backed by a same fjall db instance.