Home Download Docs Code Community
import "perkeep/pkg/sorted/kvfile"
Overview
Index

Overview ▾

Package kvfile provides an implementation of sorted.KeyValue on top of a single mutable database file on disk using modernc.org/kv.

Index

func NewStorage(file string) (sorted.KeyValue, error)

Package files

kvfile.go

func NewStorage

func NewStorage(file string) (sorted.KeyValue, error)

NewStorage is a convenience that calls newKeyValueFromJSONConfig with file as the kv storage file.

Website layout inspired by memcached.
Content by the authors.