diff options
| author | 2026-03-07 19:30:18 +0800 | |
|---|---|---|
| committer | 2026-03-07 19:30:18 +0800 | |
| commit | e083331679dd2d58cfd3a0b9639a6ecd6220ba31 (patch) | |
| tree | acc73269b74e8de5883f3682381604eab3a5a3ff /refstore/read_write_store.go | |
| parent | refstore: Add non-transactional store and rw store (diff) | |
| signature | No signature | |
refstore: Batch should also be staged
Diffstat (limited to 'refstore/read_write_store.go')
| -rw-r--r-- | refstore/read_write_store.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/refstore/read_write_store.go b/refstore/read_write_store.go index 506a9aae..7be1af61 100644 --- a/refstore/read_write_store.go +++ b/refstore/read_write_store.go @@ -1,6 +1,6 @@ package refstore -// ReadWriteStore supports reading, atomic transactions, and immediate batches. +// ReadWriteStore supports reading, atomic transactions, and non-atomic batches. type ReadWriteStore interface { ReadingStore TransactionalStore |
