Skip to content

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

Merged
andrehjr merged 2 commits intosplitrb: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 intosplitrb:mainfrom
knarewski:add-support-for-redis-client

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

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