pull/383/head
Windfarer 5 years ago
parent 11051d3bb4
commit bf7d69c540
  1. 4
      pkg/cache/redis/trace.go

@ -122,9 +122,7 @@ func (t *traceConn) Receive() (reply interface{}, err error) {
func (t *traceConn) WithContext(ctx context.Context) Conn {
t.Conn = t.Conn.WithContext(ctx)
if root, ok := trace.FromContext(ctx); ok {
t.tr = root
}
t.tr, _ = trace.FromContext(ctx)
return t
}

Loading…
Cancel
Save