I'm looking at using Redis as a cache on Fly.IO, but traffic to the Upstash instances they provide seems to be routed over ipv6. From this issue, it seems like this might require passing socket_opts: [:inet6] to Radix, but a cursory look through the prima_auth0_ex code suggests that it's not possible to pass additional options to Radix. Have I missed something?