Versions in this module Expand all Collapse all v1 v1.0.2 May 10, 2023 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 + func WithSkipRawCommand(skip bool) ClientOption