Skip to content

Correctly pass @options to Async::Redis::Client instances created by Async::Redis::ClusterClient. #60

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

Merged
merged 1 commit into from
Feb 28, 2025

Conversation

travisbell
Copy link
Contributor

@travisbell travisbell commented Feb 28, 2025

A change to allow Async::Redis::ClusterClient to accept an optional argument of options that are passed to Async::Pool::Controller.wrap. The goal of this change is to have parity with Async::Redis::Client.

Tests are passing but I didn't create a new test to validate the options are being passed in. I took a quick look at it but neither the options or @pool are accessible so without a few more changes (or mocking), I couldn't quite get there.

@ioquatix ioquatix changed the title Allow Async::Redis::ClusterClient to accept options. Correctly pass @options to Async::Redis::Client instances created by Async::Redis::ClusterClient. Feb 28, 2025
@ioquatix ioquatix merged commit 6487485 into socketry:main Feb 28, 2025
17 of 21 checks passed
@ioquatix ioquatix self-assigned this Feb 28, 2025
@ioquatix ioquatix added the bug Something isn't working label Feb 28, 2025
@ioquatix ioquatix added this to the v0.11.1 milestone Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants