Can I make more than one connection tunnel to upstash Redis DBs?

I’ve got a couple upstash redis dbs that I would like to connect to however each connection wants to use port 16379. Can the port number be set? Not finding any docs on this. (This is for local dev testing)

I’d like to do something like fly redis connect -p <my port>

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

It can’t be set. But, you could try setting up a Wireguard tunnel so you can connect directly to your Redis databases without using a tunnel.

Docs are here: Private Networking · Fly Docs

1 Like