Versions in this module Expand all Collapse all v1 v1.0.0 Sep 20, 2019 Changes in this version + var MinKeysCount = 100 — darwin/amd64, linux/amd64 + func Register(stype string, f newStorageFunc) + type KVStorage interface + Close func() error + Erase func(key string) error + Has func(key string) bool + Keys func() []string + ReadLSN func(key string) (dbtypes.LSN, error) + ReadUint func(key string) (uint64, error) + WriteLSN func(key string, lsn dbtypes.LSN) error + WriteUint func(key string, val uint64) error + func New(stype string, location string) (storage KVStorage, err error)