Versions in this module Expand all Collapse all v0 v0.1.0 May 22, 2023 Changes in this version + var ErrNotFound = errors.New("not found") + func Delete(key string) error + func Get(key string) (string, error) + func ListKeys(prefix string) ([]string, error) + func Set(key, value string) error