# Functions
NewClient returns a new Client that is traced with the default tracer under the service name "redis".
WithAnalytics enables Trace Analytics for all started spans.
WithAnalyticsRate sets the sampling rate for Trace Analytics events correlated to started spans.
WithErrorCheck specifies a function fn which determines whether the passed error should be marked as an error.
WithServiceName sets the given service name for the client.
WrapClient adds a hook to the given client that traces with the default tracer under the service name "redis".
# Type aliases
ClientOption represents an option that can be used to create or wrap a client.