Versions in this module Expand all Collapse all v0 v0.5.0 Apr 20, 2026 Changes in this version + type Config struct + Path string + type Storage struct + func New(cfg Config) (*Storage, error) + func (s *Storage) Close() error + func (s *Storage) Delete(ctx context.Context, key string) error + func (s *Storage) Get(ctx context.Context, key string) ([]byte, error) + func (s *Storage) Path() string + func (s *Storage) Set(ctx context.Context, key string, value []byte, ttl time.Duration) error