nifrasinnovent

Results 2 comments of nifrasinnovent

Hi folks, Any implementation plan for this PR ?

``` func (th *tracingHook) ProcessHook(hook redis.ProcessHook) redis.ProcessHook { return func(ctx context.Context, cmd redis.Cmder) error { if !trace.SpanFromContext(ctx).IsRecording() { return hook(ctx, cmd) } .... } ``` I found, this is causing...