Skip to main content

Crate linera_storage_service

Crate linera_storage_service 

Source
Expand description

This module provides a shared key-value store server based on the RocksDB store and the in-memory store of linera-views. The corresponding client implements the KeyValueStore and KeyValueDatabase traits.

Modulesยง

child
Running the storage service as a child process.
client
The client connecting to a remote storage service.
common
Shared types used by both the client and the server.
key_value_store
The protobuf-generated gRPC types and service definitions for the storage service.