Versions in this module Expand all Collapse all v0 v0.0.2 Sep 30, 2025 v0.0.1 Sep 14, 2025 Changes in this version + type Client interface + Get func(ctx context.Context, key string) (interface{}, error) + Set func(ctx context.Context, key string, val interface{}, exp time.Duration) error