Is it possible to connect to an Upstash Redis db from a custom private network? In my testing, an app deployed in the default 6PN is able to access db just fine. Whereas an app with a custom private network is unable to, I just get “Connection timed out”. Is this intended behavior or is there something wrong on my end?
Setup:
Redis Client: official redis-cli 7.0.15
Both apps + redis are within the same org and region
Currently it’s not possible to access Redis databases on your default 6pn network from a custom private network. This is something that could be enabled, by allowing more than one IP address to be associated with a Redis database. This would require some work both on the Fly and Upstash end.
To be clear about the above message - this isn’t something we’ll be actively working on right now. But I wanted to clarify that it’s possible, in case others chime in and make a case for it!