Hello!
I would like to add managed Redis just as I can create a PostgreSQL database which is then updated to managed and immediately remains in my application components.
Is it possible to do this? How could it be done?
Thanks!
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.
Hi @brunoMorel,
To Add Redis managed database as a component to App platform, you need to first create a Managed Redis database using the link below: https://docs.digitalocean.com/products/databases/redis/how-to/create/
Once the Managed Redis database is created, you can add it to your app by using the Settings tab and choosing the database component option. The only change would be for you to choose ‘Previously Created DigitalOcean Database’ instead of ‘Dev Database’.
Here are a few other documentations that might help further: https://docs.digitalocean.com/products/app-platform/how-to/use-environment-variables/#databases https://docs.digitalocean.com/products/app-platform/how-to/manage-databases/
I hope this helps!
Regards, Rajkishore