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

Refactor DNS and Memcached clients to allow easier testing #165

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

56quarters
Copy link
Owner

  • Use pointers to traits for read and write sockets for DNS clients to allow use of alternate implementations and remove generic parameters from each client instance.
  • Add generic parameter to MemcachedClient to allow use of an alternate factory that doesn't actually create network connections.

* Use pointers to traits for read and write sockets for DNS clients to allow
  use of alternate implementations and remove generic parameters from each
  client instance.
* Add generic parameter to `MemcachedClient` to allow use of an alternate
  factory that doesn't actually create network connections.
@56quarters 56quarters marked this pull request as ready for review July 24, 2024 12:08
@56quarters 56quarters merged commit ddb4bf8 into master Jul 24, 2024
6 checks passed
@56quarters 56quarters deleted the client-refactor branch July 24, 2024 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant