You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent duplicate trace events for offline-queued commands
When a command was queued offline, traceCommand wrapped command.promise
at queue time. When the connection became ready and the command was
re-sent via sendCommand, it was wrapped again — producing duplicate
start/end/error trace events and inflated latency in the first span.
Move tracing to the write path only so offline-queued commands are
traced once when actually sent to Redis.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments