Components

Cache

Mastodon requires administrators to choose a Redis-compatible backend for operation. It supports Redis, Valkey, or DragonflyDB, and one of these must be is present and configured.
Versions of Mastodon are listed across the top of the matrix. Versions of each required component are listed along the left side.

Valkey

4.64.54.44.34.2
9.0
8.1
8.0

References: Valkey Releases

Terminal
# Check running version
valkey-server --version

Redis

4.64.54.44.34.2
8.2
8.0
7.4
7.2
7.0
6.2
6.0

References: Redis Releases

Terminal
# Check running version
redis-server --version
Mastodon has not required upgrades of Redis for many years, but this has changed with versions 4.4+. Please review the available versions in your deployment carefully before upgrading.

Dragonfly

4.64.54.44.34.2
1.27+
1.26.3+

References: Dragonfly Releases

Terminal
# Check running version
dragonfly --version
Dragonfly as a Redis API-compatible platform should be used with caution and is recommended for use only by experienced administrators who are willing/able to provide feedback.