philippgille/gokv

Sync() for persistent KV stores.

tdakkota opened this issue · 0 comments

Something like

type Syncer interface {
     Sync() error
}

flushes buffers, writes changes to disk.