Versions in this module Expand all Collapse all v2 v2.9.3 Mar 12, 2021 v2.9.2 Mar 12, 2021 Changes in this version + type Scope struct + func NewScope(s store.Store, prefix string) Scope + func (s *Scope) Delete(key string, opts ...store.DeleteOption) error + func (s *Scope) List(opts ...store.ListOption) ([]string, error) + func (s *Scope) Options() store.Options + func (s *Scope) Read(key string, opts ...store.ReadOption) ([]*store.Record, error) + func (s *Scope) Write(r *store.Record, opts ...store.WriteOption) error