Skip to content

Commit fc91213

Browse files
fix(red): review ro
Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com>
1 parent d16a617 commit fc91213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

faq/databases-for-redis.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ This is much better for scaling as the operation is spread across multiple nodes
9898

9999
Two-node High Availability configurations are available with Redis™ Database Instances. This configuration type allows you to create a standby node, with an up-to-date replica of the database. If the main node fails for any reason, the standby can take over requests, reducing downtime.
100100

101-
The HA standby node is linked to the main node, using asynchronous replication. Asynchronous replication allows to keep good performances.
101+
The HA standby node is linked to the main node, using asynchronous replication. Asynchronous replication allows you to maintain good performance.
102102

103103
## Can I change the username and password of my Database Instance's default user?
104104

managed-databases/redis/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A Database Instance is made up of multiple (at least 1) dedicated compute nodes,
3737

3838
High Availability is a Database Instance configuration that allows you to create a standby node, with an up-to-date replica of the database. If the main node fails for any reason, the standby can take over requests, reducing downtime.
3939

40-
The HA standby node is linked to the main node, using asynchronous replication. Asynchronous replication allows to keep good performances.
40+
The HA standby node is linked to the main node, using asynchronous replication. Asynchronous replication allows you to maintain good performance.
4141

4242
## Horizontal scaling
4343

0 commit comments

Comments
 (0)