Configuring Redis for scaling
- Redis replication and failover using Omnibus GitLab
- Redis replication and failover using the non-bundled Redis
- Standalone Redis using Omnibus GitLab
Configuring Redis for scaling
根据您的基础架构设置以及如何安装 GitLab,有多种方法来配置 Redis.
您可以选择自己安装和管理 Redis 和 Sentinel,使用托管的云解决方案,也可以使用 Omnibus GitLab 软件包随附的软件包,因此您只需要关注配置. 选择一个适合您的需求.
Redis replication and failover using Omnibus GitLab
此设置适用于使用Omnibus GitLab 企业版 (EE)软件包安装 GitLab 的情况.
Redis 和 Sentinel 都捆绑在软件包中,因此您可以使用它来设置整个 Redis 基础架构(主要,副本和哨兵).
> Read how to set up Redis replication and failover using Omnibus GitLab
Redis replication and failover using the non-bundled Redis
此设置适用于使用Omnibus GitLab 软件包 (CE 或 EE)安装 GitLab 或从源代码安装 GitLab 的情况,但您想使用自己的外部 Redis 和哨兵服务器.
> Read how to set up Redis replication and failover using the non-bundled Redis
Standalone Redis using Omnibus GitLab
此设置适用于您安装了Omnibus GitLab 社区版 (CE)软件包以使用捆绑的 Redis 的情况,因此您可以在仅启用 Redis 服务的情况下使用该软件包.
> Read how to set up a standalone Redis instance using Omnibus GitLab