Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/administration/redis/index.md')
-rw-r--r--doc/administration/redis/index.md27
1 files changed, 13 insertions, 14 deletions
diff --git a/doc/administration/redis/index.md b/doc/administration/redis/index.md
index 31ea879b289..ad5aca37830 100644
--- a/doc/administration/redis/index.md
+++ b/doc/administration/redis/index.md
@@ -11,32 +11,31 @@ Based on your infrastructure setup and how you have installed GitLab, there are
multiple ways to configure Redis.
You can choose to install and manage Redis and Sentinel yourself, use a hosted
-cloud solution, or you can use the ones that come bundled with the Omnibus GitLab
+cloud solution, or you can use the ones that come bundled with the Linux
packages so you can only focus on configuration. Pick the one that suits your needs.
-## Redis replication and failover using Omnibus GitLab
+## Redis replication and failover using the Linux package
This setup is for when you have installed GitLab using the
-[Omnibus GitLab **Enterprise Edition** (EE) package](https://about.gitlab.com/install/?version=ee).
+[Linux **Enterprise Edition** (EE) package](https://about.gitlab.com/install/?version=ee).
-Both Redis and Sentinel are bundled in the package, so you can it to set up the whole
-Redis infrastructure (primary, replica and sentinel).
+Both Redis and Sentinel are bundled in the package, so you can use it to set up the whole Redis infrastructure (primary,
+replica and sentinel).
-[> Read how to set up Redis replication and failover using Omnibus GitLab](replication_and_failover.md)
+For more information, see [Redis replication and failover with the Linux package](replication_and_failover.md).
## Redis replication and failover using the non-bundled Redis
-This setup is for when you have installed GitLab using the
-[Omnibus GitLab packages](https://about.gitlab.com/install/) (CE or EE),
-or installed it [from source](../../install/installation.md), but you want to use
-your own external Redis and sentinel servers.
+This setup is for when you have either a [Linux package](https://about.gitlab.com/install/) installation or a
+[self-compiled installation](../../install/installation.md), but you want to use your own external Redis and Sentinel
+servers.
-[> Read how to set up Redis replication and failover using the non-bundled Redis](replication_and_failover_external.md)
+For more information, see [Redis replication and failover providing your own instance](replication_and_failover_external.md).
-## Standalone Redis using Omnibus GitLab
+## Standalone Redis using the Linux package
This setup is for when you have installed the
-[Omnibus GitLab **Community Edition** (CE) package](https://about.gitlab.com/install/?version=ce)
+[Linux **Community Edition** (CE) package](https://about.gitlab.com/install/?version=ce)
to use the bundled Redis, so you can use the package with only the Redis service enabled.
-[> Read how to set up a standalone Redis instance using Omnibus GitLab](standalone.md)
+For more information, see [Standalone Redis using the Linux package](standalone.md).