Commit 4907a8d6 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'axil-redis-5' into 'master'

Mention minimum Redis requirement

See merge request gitlab-org/gitlab!31866
parents a987ba03 dc27d2c3
......@@ -370,10 +370,10 @@ use of extensions and concurrent index removal, you need at least PostgreSQL 9.2
## 7. Redis
GitLab requires at least Redis 2.8.
GitLab requires at least Redis 5.0.
If you are using Debian 8 or Ubuntu 14.04 and up, you can simply install
Redis 2.8 with:
If you are using Debian 10 or Ubuntu 20.04 and up, you can install
Redis 5.0 with:
```shell
sudo apt-get install redis-server
......
......@@ -72,6 +72,10 @@ a version older than `v10.13.0`, you need to update to a newer version. You
can find instructions to install from community maintained packages or compile
from source at the [Node.js website](https://nodejs.org/en/download/).
## Redis versions
GitLab requires Redis 5.0+. Beginning in GitLab 13.0, lower versions are not supported.
## Hardware requirements
### Storage
......
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