Commit e5aa157f authored by Chase Southard's avatar Chase Southard Committed by Marcia Ramos

Update redis.md with an updated required version

With GL 12.1 and later we require Redis 3.2 or later for
compatibility because we rely on sending an optional parameter
to SPOP.
parent 2a15e238
...@@ -8,8 +8,10 @@ type: reference ...@@ -8,8 +8,10 @@ type: reference
The following are the requirements for providing your own Redis instance: The following are the requirements for providing your own Redis instance:
- Redis version 2.8 or higher. Version 3.2 or higher is recommend as this is - GitLab 12.0 and later requires Redis version 3.2 or higher. Version 3.2 or higher is recommend as this is
what ships with the GitLab Omnibus package. what ships with the GitLab Omnibus package. Older Redis versions do not
support an optional count argument to SPOP which is now required for
[Merge Trains](../../ci/merge_request_pipelines/pipelines_for_merged_results/merge_trains/index.md).
- Standalone Redis or Redis high availability with Sentinel are supported. Redis - Standalone Redis or Redis high availability with Sentinel are supported. Redis
Cluster is not supported. Cluster is not supported.
- Managed Redis from cloud providers such as AWS Elasticache will work. If these - Managed Redis from cloud providers such as AWS Elasticache will work. If these
......
...@@ -30,6 +30,7 @@ Pipelines invalidated through failures are immediately canceled and requeued. ...@@ -30,6 +30,7 @@ Pipelines invalidated through failures are immediately canceled and requeued.
Merge trains have the following requirements and limitations: Merge trains have the following requirements and limitations:
- GitLab 12.0 and later requires [Redis](https://redis.io/) 3.2 or higher to run Merge Trains.
- This feature requires that - This feature requires that
[pipelines for merged results](../index.md#pipelines-for-merged-results-premium) are [pipelines for merged results](../index.md#pipelines-for-merged-results-premium) are
**configured properly**. **configured properly**.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment