Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StackExchange.Redis Batch Integration + tests #159

Merged
merged 6 commits into from
Sep 28, 2018
Merged

Conversation

dd-caleb
Copy link
Contributor

Many more methods to go, but here's a PR for the Batch interface.

@dd-caleb dd-caleb added the area:automatic-instrumentation Automatic instrumentation managed C# code (Datadog.Trace.ClrProfiler.Managed) label Sep 27, 2018
{
var tasks = new TupleList<string, Func<Task>>()
{
{ "DebugObjectAsync", () => db.DebugObjectAsync($"{prefix}DebugObjectAsync") },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You weren't kidding, that's a lot of methods.

@dd-caleb dd-caleb merged commit 3a968c4 into master Sep 28, 2018
@dd-caleb dd-caleb deleted the caleb/redis-tests branch September 28, 2018 18:01
@lucaspimentel lucaspimentel added the area:tests unit tests, integration tests label Oct 10, 2018
@lucaspimentel lucaspimentel added this to the 0.3.3-beta milestone Oct 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:automatic-instrumentation Automatic instrumentation managed C# code (Datadog.Trace.ClrProfiler.Managed) area:tests unit tests, integration tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants