Closed knarewski closed 2 years ago
Problem CI fails on main.
main
Turns out that Redis started using redis-client gem as a transport layer, which raises errors on non-string types.
redis-client
Solution Cast redis arguments to strings until tests pass :-)
Notes That should unblock working on actual features/fixes
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.Solution Cast redis arguments to strings until tests pass :-)
Notes That should unblock working on actual features/fixes