Module key_value_store

Source
Expand description

Immutable key/value store trait for storing/retrieving transactions, effects, and events to/from a scalable.

Structs§

FallbackTransactionKVStore
A TransactionKeyValueStoreTrait that falls back to a secondary store for any key for which the primary store returns None.
TransactionKeyValueStore

Traits§

TransactionKeyValueStoreTrait
Immutable key/value store trait for storing/retrieving transactions, effects, and events. Only defines multi_get/multi_put methods to discourage single key/value operations.

Type Aliases§

KVStoreCheckpointData
KVStoreTransactionData