Hello,
Is it possible to make configuration changes of the Redis Database service persistent? In case, I made changes through redis-cli?
p.s. I mean DO service, not a stand-alone server.
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.
Hey @rmalenko,
As this is a managed service, it is highly unlikely that you can make any major configuration changes.
What you could do though, is to get in touch with the DigitalOcean support team and they might be able to do this for you depending on the change.
You can reach out to the DigitalOcean support team via this link here:
Keep in mind that it is likely that it might not be possible as this is a managed service.
If this is the case, what I could suggest is installing Redis on a Droplet so that you could have full control over the instance:
https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-redis-on-ubuntu-20-04-quickstart
Hope that helps!
- Bobby.