Skip to content

Set minimum Redis version for GitLab to 6.0

Sylvester Chin requested to merge sc1-min-redis-ver into master

What does this MR do and why?

With the vendored Sidekiq with Redis 6.0 compatibility changes introduced to gitlab on master (!142986 (merged)) and 16-8-stable-ee (!143526 (merged)), GitLab Rails will work with Redis 6.0 when launching sidekiq workers.

This MR updates the system check for Redis to require Redis 6.0 to be the minimum version (!142881 (merged)). However, we could keep the recommended version to be 6.2.x.

It also updates 2 document changes:

issue: #439418 (comment 1746532656)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Sylvester Chin

Merge request reports

Loading