Skip to content

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

Merged
andrehjr merged 2 commits into
splitrb:mainfrom
knarewski:add-support-for-redis-client
Sep 12, 2022
Merged

Add support for redis-client, which does not automatically cast types to strings#696
andrehjr merged 2 commits into
splitrb:mainfrom
knarewski:add-support-for-redis-client

Conversation

@knarewski

Copy link
Copy Markdown
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

Comment thread lib/split/alternative.rb Outdated
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

2 participants