Versions in this module Expand all Collapse all v1 v1.0.0 Nov 1, 2024 Changes in this version + func NewClient(opt *redis.Options, opts ...ClientOption) *redis.Client + func WrapClient(client redis.UniversalClient, opts ...ClientOption) + type ClientOption func(*clientConfig) + func WithAnalytics(on bool) ClientOption + func WithAnalyticsRate(rate float64) ClientOption + func WithErrorCheck(fn func(err error) bool) ClientOption + func WithServiceName(name string) ClientOption