# Functions
NewClient returns a new Client that is traced with the default tracer under the service name "redis".
WithServiceName sets the given service name for the client.
WrapClient wraps a given redis.Client with a tracer under the given service name.
# Type aliases
ClientOption represents an option that can be used to create or wrap a client.