Versions in this module Expand all Collapse all v1 v1.31.0 Apr 9, 2021 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 WithServiceName(name string) ClientOption