Versions in this module Expand all Collapse all v0 v0.4.0 May 4, 2026 v0.3.0 Apr 25, 2026 Changes in this version + type Config struct + Path string + type Store struct + func New(cfg Config) (*Store, error) + func (s *Store) Close() error + func (s *Store) Delete(ctx context.Context, key string) error + func (s *Store) Get(ctx context.Context, key string) ([]byte, error) + func (s *Store) List(ctx context.Context, prefix string) ([]string, error) + func (s *Store) Path() string + func (s *Store) Set(ctx context.Context, key string, value []byte, ttl time.Duration) error