StackExchange / StackExchange/StackExchange.Redis
Batched commands missing in ProfiledCommandEnumerable
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.2k
- Forks
- 1.6k
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 43
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by reproducing a manually created batch, call FinishProfiling, and compare the profiler output with individually executed commands. Done means batched commands appear in the profiler output consistently with non-batched commands.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, redis
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100