splitrb / split

:chart_with_upwards_trend: The Rack Based A/B testing framework
https://rubygems.org/gems/split
MIT License
2.71k stars 368 forks source link

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

Closed knarewski closed 2 years ago

knarewski commented 2 years ago

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