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

Support redis-client gem #73

Open
dzunk opened this issue Jun 8, 2022 · 0 comments
Open

Support redis-client gem #73

dzunk opened this issue Jun 8, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@dzunk
Copy link
Owner

dzunk commented Jun 8, 2022

The new https://github.com/redis-rb/redis-client gem is a much simpler and lighter-weight implementation of a Ruby redis client, and drops support for older versions. This module already relies heavily on the low-level .call interface of the redis gem, because all the time-series commands are custom anyway.

Refactoring the gem to support multiple pluggable Redis clients will improve the architecture and leave the client choice in the hands of the end-user.

@dzunk dzunk added the enhancement New feature or request label Jun 8, 2022
@dzunk dzunk added this to the 1.0.0 milestone Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant