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

[FEATURE REQUEST] Add more redigo-like libraries support #7

Open
saniales opened this issue Jun 15, 2021 · 0 comments
Open

[FEATURE REQUEST] Add more redigo-like libraries support #7

saniales opened this issue Jun 15, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@saniales
Copy link
Member

saniales commented Jun 15, 2021

Add support for redigo-like libraries

An example of this is the go-redis-cluster.

Implementation Proposal

  1. Create a RedigoLikeClient interface with Do Send and conn.Close methods
  2. Replace it in the code (also removing redigo dependency from go.mod)
  3. Call the adapter in the same way as before (final objective)

Notes

there should be no need to change the tests, they should work as-is

@saniales saniales added enhancement New feature or request help wanted Extra attention is needed labels Jun 15, 2021
@saniales saniales self-assigned this Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Development

No branches or pull requests

1 participant