How can I upgrade to redis 7.0 or higher?

I need to upgrade to redis 7.0 or higher, but I’m not sure if fly supports these versions.

If you deploy your own Redis as a Fly app, then any version of Redis or a compatible substitute (Valkey, KVRocks, Dragonfly) is “supported” - apps run fully virtualized on a VM so the Fly platform doesn’t really care about the workload or need to explicitly support it. If it can be packaged as a Docker image it will in 99.9% of cases work fine.

  • Daniel