This guide covers how to upgrade a Redis Database to a newer release.

Starting with Redis 6, the Access Control List feature was introduced by Redis. In specific scenarios, this change also changes how a Redis Database can be upgraded. To help describe when each upgrade method applies, we’ll use the term pre-ACL to describe Redis version 5 and below, and post-ACL to describe Redis version 6 and beyond.

Was this page helpful?