Versions in this module Expand all Collapse all v0 v0.5.0 Jan 12, 2019 Changes in this version + var DefaultOptions = Options + type Options struct + Codec encoding.Codec + Path string + WriteSync bool + type Store struct + func NewStore(options Options) (Store, error) + func (s Store) Close() error + func (s Store) Delete(k string) error + func (s Store) Get(k string, v interface{}) (found bool, err error) + func (s Store) Set(k string, v interface{}) error