I used the following command to deploy redis:
flyctl redis create
I get the following redis connection url: redis://default:[password]@[name].upstash.io
Attempting to connect to port 6379 from another fly.io app. This is the error I get:
[info]Error: getaddrinfo ENOTFOUND [name].upstash.io
I tried deploying redis to the same region as the app. No luck. Thank you for the help!
NOTE: This app never shows up in fly.io/dashboard/[ORG-NAME]
but I can connect to it through my terminal