From 9f46488805e86b1bc341ea1620b866016c2ce5ed Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 20 May 2020 14:34:42 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-0-stable-ee --- doc/development/scalability.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/development/scalability.md') diff --git a/doc/development/scalability.md b/doc/development/scalability.md index 9607bce3bc4..ba25e169d66 100644 --- a/doc/development/scalability.md +++ b/doc/development/scalability.md @@ -214,7 +214,7 @@ Redis process. Single-core: Like PgBouncer, a single Redis process can only use one core. It does not support multi-threading. -Dumb secondaries: Redis secondaries (aka slaves) don't actually +Dumb secondaries: Redis secondaries (aka replicas) don't actually handle any load. Unlike PostgreSQL secondaries, they don't even serve read queries. They simply replicate data from the primary and take over only when the primary fails. @@ -231,8 +231,8 @@ election to determine a new leader. No leader: A Redis cluster can get into a mode where there are no primaries. For example, this can happen if Redis nodes are misconfigured to follow the wrong node. Sometimes this requires forcing one node to -become a primary via the [`SLAVEOF NO ONE` -command](https://redis.io/commands/slaveof). +become a primary via the [`REPLICAOF NO ONE` +command](https://redis.io/commands/replicaof). ### Sidekiq -- cgit v1.2.3