Versions in this module Expand all Collapse all v1 v1.0.0 Aug 18, 2021 Changes in this version + var ErrNotFound = errors.New("not found") + func Namespace(n string) options.Option + func Nodes(a ...string) options.Option + func Prefix(p string) options.Option + type Record struct + Expiry time.Duration + Key string + Value []byte + type Store interface + Delete func(key ...string) error + List func() ([]*Record, error) + Read func(key ...string) ([]*Record, error) + Write func(rec ...*Record) error