Versions in this module Expand all Collapse all v1 v1.33.4 Jul 29, 2021 v1.33.3 Jul 29, 2021 Changes in this version + func NewClient(opt *redis.Options, opts ...ClientOption) redis.UniversalClient + func WrapClient(client redis.UniversalClient, opts ...ClientOption) + type ClientOption func(*clientConfig) + func WithAnalytics(on bool) ClientOption + func WithAnalyticsRate(rate float64) ClientOption + func WithServiceName(name string) ClientOption