# Functions
TracedDial takes a Conn returned by redis.Dial and configures it to emit spans with the given service name.
TracedDialURL takes a Conn returned by redis.DialURL and configures it to emit spans with the given service name.
# Structs
TracedConn is an implementation of the redis.Conn interface that supports tracing.