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 connection pools #79

Open
dzunk opened this issue Aug 24, 2022 · 0 comments
Open

Support connection pools #79

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

Comments

@dzunk
Copy link
Owner

dzunk commented Aug 24, 2022

The default redis client is a single instance of a single-threaded client, so using multiple time-series in parallel would be blocking. Should add support for the ConnectionPool gem to yield a client to a block if a pool is available.

@dzunk dzunk added this to the 1.0.0 milestone Aug 24, 2022
@dzunk dzunk added the enhancement New feature or request label Aug 24, 2022
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