# Functions
NewTracedClient takes a Client returned by redis.NewClient and configures it to emit spans under the given service name.
String returns a string representation of a slice of redis Commands, separated by newlines.
# Structs
TracedClient is used to trace requests to a redis server.
TracedPipeline is used to trace pipelines executed on a redis server.