debian-mirror-gitlab/doc/administration/redis/index.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

43 lines
1.9 KiB
Markdown
Raw Normal View History

2020-07-28 23:09:34 +05:30
---
type: index
2022-07-23 23:45:48 +05:30
stage: Systems
2020-07-28 23:09:34 +05:30
group: Distribution
2022-11-25 23:54:43 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
2020-07-28 23:09:34 +05:30
---
2021-04-29 21:17:54 +05:30
# Configuring Redis for scaling **(FREE SELF)**
2020-07-28 23:09:34 +05:30
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
2022-08-13 15:12:31 +05:30
packages so you can only focus on configuration. Pick the one that suits your needs.
2020-07-28 23:09:34 +05:30
## Redis replication and failover using Omnibus GitLab
This setup is for when you have installed GitLab using the
[Omnibus GitLab **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).
[> Read how to set up Redis replication and failover using Omnibus GitLab](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.
[> Read how to set up Redis replication and failover using the non-bundled Redis](replication_and_failover_external.md)
## Standalone Redis using Omnibus GitLab
This setup is for when you have installed the
[Omnibus GitLab **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)