Upstash redis is unavailable

Hi, I have simple backend server in the ARN region. I need Redis, so I created Upstash Redis instance in the AMS region (because arn region is unavailable for redis).

For some reason, my backend timeouts when trying to connect to redis. Is the problem exist because of regions missmatch ? How to solve it ?

Solved. My redis client (javascript ioredis) by default uses family: 4 for redis connections. I set family:6, and now everything works.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.