StackExchange.Redis icon indicating copy to clipboard operation
StackExchange.Redis copied to clipboard

Batched commands missing in ProfiledCommandEnumerable

Open kerams opened this issue 2 years ago • 6 comments

When manually creating and executing a batch of commands, these don't show up after FinishProfiling. When I remove the batch and execute them on the database, they do appear.

Is there a technical reason why this isn't implemented or has no one has simply asked for it? To me it seems reasonable to expect batched commands to be included in the profiler.

kerams avatar Jun 25 '22 09:06 kerams

Sounds like simply an oversight.

mgravell avatar Jun 25 '22 11:06 mgravell

This should be fixed in 2.6.48, was due to a missing overload solved in #2177.

NickCraver avatar Aug 21 '22 03:08 NickCraver

I've been on that version since it came out, so I went ahead and double checked the profiler. Still can't see batched commands.

kerams avatar Aug 21 '22 06:08 kerams

@kerams ACK - reopening this then!

NickCraver avatar Aug 21 '22 13:08 NickCraver

Any update on this?

mccow002 avatar Jan 09 '23 05:01 mccow002

Any update on this matter ?

kaluznyt avatar Dec 20 '23 09:12 kaluznyt