Versions in this module Expand all Collapse all v0 v0.2.9 Jul 24, 2024 Changes in this version + type Item struct + Key []byte + Val []byte + func (a Item) Less(b Item) bool + type Options struct + DeleteCallback func(k []byte) ([]byte, error) + GetCallback func(k, v []byte) []byte + PutCallback func(k, v []byte) ([]byte, []byte, error) + ReadOnly bool + SimulateBitRotErrors bool + SimulateFlushErrors bool + SimulateReadErrors bool + SimulateWriteErrors bool