method
Store.Begin
func (backend *Store) Begin(ctx context.Context) (store.Transaction, error)Begin a majority-committed snapshot-isolated write transaction.
Related types
StoreA replica-set implementation of Ridu’s document, snapshot, auth, preference, task, lock, upload, readiness, and migration contracts.
TransactionAtomic document reads and mutations.