Self-Hosting in Digital Ocean, Upgrading Managed Caching from Redis to Valkey

Hi all!

I have a self-hosted production instance of Directus 11 that has been running in Digital Ocean for the last 6 months. This uses uses Digital Ocean managed database (postgres), caching, spaces, etc. With Digital Ocean moving from Redis to Valkey for caching I wanted to see if others who are also hosting on Digital Ocean who have moved forward with the required “upgrade” to Valkey.

From what I can tell, they should be API compatible but wanted to be prepared for any configuration changes or compatibility issues before the upgrade is forced at the end of the month.

Thanks for any insights!

I’ve still got a few boxes for older personal projects over there - but I’m running Redis within the droplets using Docker.

As long as it’s compatible with Redis, I don’t see why there would be any issues. But I’ve not tested Valkey personally.

Also curious to see how it plays out since Redis is open source again now.