Commit d64342d7 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'sh-remove-elasticache-warning' into 'master'

Remove Elasticache Redis 6 warning

See merge request gitlab-org/gitlab!59047
parents 2895caf8 4044655d
...@@ -348,10 +348,6 @@ Now that the database is created, let's move on to setting up Redis with ElastiC ...@@ -348,10 +348,6 @@ Now that the database is created, let's move on to setting up Redis with ElastiC
ElastiCache is an in-memory hosted caching solution. Redis maintains its own ElastiCache is an in-memory hosted caching solution. Redis maintains its own
persistence and is used to store session data, temporary cache information, and background job queues for the GitLab application. persistence and is used to store session data, temporary cache information, and background job queues for the GitLab application.
WARNING:
GitLab recommends you use ElastiCache Redis version 5.0.x, because version 6.x contains
a bug that [prevents Sidekiq from processing jobs](https://gitlab.com/gitlab-org/gitlab/-/issues/281683).
### Create a Redis Security Group ### Create a Redis Security Group
1. Navigate to the EC2 dashboard. 1. Navigate to the EC2 dashboard.
......
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