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.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Accepted Answer
Hi @Ekion2,
This is a good question!
I’ve set up a fresh Laravel project and a Redis Managed database to test this.
I think that you’ve done everything correctly, one thing that I had to do in order to get it working was to update the REDIS_HOST and append tls://:
REDIS_HOST=tls://DATABASE_URL.db.ondigitalocean.com
Let me know how it goes! Regards, Bobby
Thanks for the suggestion @bobbyiliev, it worked like a charm! Hopefully this can help someone else out too!