StackExchange / StackExchange.Redis

General purpose redis client
https://stackexchange.github.io/StackExchange.Redis/
Other
5.88k stars 1.51k forks source link

Batched commands missing in ProfiledCommandEnumerable #2175

Open kerams opened 2 years ago

kerams commented 2 years ago

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.

mgravell commented 2 years ago

Sounds like simply an oversight.

NickCraver commented 2 years ago

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

kerams commented 2 years ago

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.

NickCraver commented 2 years ago

@kerams ACK - reopening this then!

mccow002 commented 1 year ago

Any update on this?

kaluznyt commented 9 months ago

Any update on this matter ?