Versions in this module Expand all Collapse all v0 v0.5.0 Apr 20, 2026 Changes in this version + type Storage struct + func New() *Storage + 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) Len() int + func (s *Storage) Set(ctx context.Context, key string, value []byte, ttl time.Duration) error