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

Add support for redis-client, which does not automatically cast types to strings #696

Merged
merged 2 commits into from
Sep 12, 2022

Conversation

knarewski
Copy link
Contributor

Problem
CI fails on main.

Turns out that Redis started using redis-client gem as a transport layer, which raises errors on non-string types.

image

Solution
Cast redis arguments to strings until tests pass :-)

Notes
That should unblock working on actual features/fixes

lib/split/alternative.rb Outdated Show resolved Hide resolved
Co-authored-by: André Luis Leal Cardoso Junior <andrehjr@gmail.com>
@knarewski knarewski requested a review from andrehjr September 12, 2022 13:56
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.

2 participants