Any chance you can help out and report this to GitHub · Where software is built ?
Ideally a repro would be something that:
- Runs the docker container for your redis. (and share with byroot for easy debugging)
- Runs something like this against your config:
require 'hiredis-client'
require 'redis-client'
require 'redis'
Redis.new(... <- your IP etc..).info
.info should explode that is what we were running.