Versions in this module Expand all Collapse all v0 v0.4.6 Jun 7, 2024 Changes in this version + type Provider struct + func NewProvider(ctx context.Context, config interface{}) (*Provider, error) + func (p *Provider) FlushALL(ctx context.Context) error + func (p *Provider) Get(ctx context.Context, key string, value any) error + func (p *Provider) Set(ctx context.Context, key string, value interface{}, ttl time.Duration) error + type ProviderConfig struct + TLSConfig tls.Config + URL string