Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

I have a node server running on app platform connected to a vpc, from which I’m trying to connect to valkey using the ioredis package
i also have a managed valkey instance in the same region as the node server
connecting using the valkey public string provided in the digital ocean valkey dashboard works absolutely fine with no issues connecting. However when I substitute the string for the private one the server fails to connect.
I Have tried attaching the database to the app in the app platform settings. But this doesn’t work either. I have also tried adding the app as a trusted source in the valkey setting but with no luck also.
maybe perhaps there’s an additional step or configuration I’m missing? If anyone could please help.
many thanks