Skip to content

Commit cb57b45

Browse files
committed
Augment's attempt fixing relrefs
1 parent 304c09e commit cb57b45

File tree

20 files changed

+90
-92
lines changed

20 files changed

+90
-92
lines changed

content/operate/rc/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ Manage Redis Cloud [accounts and settings]({{< relref "/operate/rc/accounts" >}}
4747

4848
## Security
4949
Manage [secure connections]({{< relref "/operate/rc/security" >}}) to cloud databases.
50-
- [Access management]({{< relref "/operate/rc/security/access-control/access-management" >}}) for Redis Cloud console security and account management
51-
- [Cloud database security]({{< relref "/operate/rc/security/database-security" >}})
52-
- [Multi-factor authentication]({{< relref "/operate/rc/security/access-control/multi-factor-authentication" >}})
53-
- [Single sign-on]({{< relref "/operate/rc/security/access-control/saml-sso" >}}) and [social login]({{< relref "/operate/rc/security/access-control/social-login" >}})
54-
- [Data access control]({{< relref "/operate/rc/security/access-control/data-access-control" >}})
50+
- [Access management]({{< relref "/operate/rc/security/console-access-control/access-management" >}}) for Redis Cloud console security and account management
51+
- [Cloud database security]({{< relref "/operate/rc/security/network-data-security" >}})
52+
- [Multi-factor authentication]({{< relref "/operate/rc/security/console-access-control/multi-factor-authentication" >}})
53+
- [Single sign-on]({{< relref "/operate/rc/security/console-access-control/saml-sso" >}}) and [social login]({{< relref "/operate/rc/security/console-access-control/social-login" >}})
54+
- [Data access control]({{< relref "/operate/rc/security/data-access-control" >}})
5555

5656
## REST API
5757
Use the [REST API]({{< relref "/operate/rc/api" >}}) to manage the database.

content/operate/rc/accounts/account-settings.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,29 @@ The available tabs depend on your account, and may include:
2727
You can change some settings by selecting **Edit**. For help changing other settings, [contact Support](https://redis.io/support/).
2828

2929
{{<image filename="images/rc/button-database-edit.png" alt="The Edit button changes account settings." width="100px">}}
30-
30+
3131
## Redis account info settings
3232

3333
The **Redis Account Info** section provides basic details about your account, including:
3434

3535
| Setting | Description |
3636
|------------------|-------------|
37-
| _Redis account name_ | Name associated with the Redis Cloud account |
37+
| _Redis account name_ | Name associated with the Redis Cloud account |
3838
| _Redis account number_ | Internal ID of the Redis account |
3939
| _Date created_ | Date the user's Redis Cloud account was created, which may differ from the organization account creation date |
40-
| _Last updated_ | Date of the last administrative change to the owner's account, typically reflects access changes or other administrative updates |
40+
| _Last updated_ | Date of the last administrative change to the owner's account, typically reflects access changes or other administrative updates |
4141

4242
Select **Edit** to change the Redis Account name.
4343

4444
{{<image filename="images/rc/button-database-edit.png" alt="The Edit button changes account settings." width="100px">}}
4545

4646
After changing the account name, use the **Save changes** button to save changes or **Discard changes** to revert them.
4747

48-
{{<image filename="images/rc/account-settings-buttons-save-discard.png" alt="Use the Discard Changes and the Save Changes buttons to manage changes to account settings." width="300px">}}
48+
{{<image filename="images/rc/account-settings-buttons-save-discard.png" alt="Use the Discard Changes and the Save Changes buttons to manage changes to account settings." width="300px">}}
4949

5050
You cannot change the email address associated with a Redis Cloud account. Instead, create a new account with the updated email address, assign it as an administrator to the organization account, and then use the new account to delete the account with the invalid email address.
5151

52-
## Contacts & Business information
52+
## Contacts & Business information
5353

5454
The **Contacts & Business information** section shows the company name and business address associated with the current Redis Cloud account. Redis uses the company name and business address for invoice and tax purposes.
5555

@@ -61,23 +61,23 @@ Select **Edit** to change the account's company name and business address.
6161

6262
{{<image filename="images/rc/account-settings-change-business-info.png" alt="The Contacts & Business information section, with details changed." width="75%">}}
6363

64-
When you change your business address, you must approve the use of the information in this section for communication and billing purposes before you can save. After approving, select **Save changes** to save your changes or **Discard changes** to revert them.
64+
When you change your business address, you must approve the use of the information in this section for communication and billing purposes before you can save. After approving, select **Save changes** to save your changes or **Discard changes** to revert them.
6565

6666
{{<image filename="images/rc/account-settings-buttons-save-discard.png" alt="Use the Discard Changes and the Save Changes buttons to manage changes to account settings." width="300px">}}
6767

6868
## Security settings
6969

7070
The **Security** section lets you:
7171

72-
- Manage [multi-factor authentication]({{< relref "/operate/rc/security/access-control/multi-factor-authentication" >}}) (MFA) for your Redis Cloud account.
72+
- Manage [multi-factor authentication]({{< relref "/operate/rc/security/console-access-control/multi-factor-authentication" >}}) (MFA) for your Redis Cloud account.
7373

74-
- Download the [Redis Cloud certificate authority (CA) bundle]({{< relref "/operate/rc/security/database-security/tls-ssl#download-certificates" >}}) as a [PEM](https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail) file, which contains the certificates associated with your Redis Cloud account.
74+
- Download the [Redis Cloud certificate authority (CA) bundle]({{< relref "/operate/rc/security/network-data-security/tls-ssl#download-certificates" >}}) as a [PEM](https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail) file, which contains the certificates associated with your Redis Cloud account.
7575

7676
## Time zone settings
7777

7878
To change the time zone settings, select **Edit** and then select the desired time zone from the **Time zone** drop-down.
7979

80-
Select **Save changes** to save your changes or **Discard changes** to revert them.
80+
Select **Save changes** to save your changes or **Discard changes** to revert them.
8181

8282
{{<image filename="images/rc/account-settings-buttons-save-discard.png" alt="Use the Discard Changes and the Save Changes buttons to manage changes to account settings." width="300px">}}
8383

content/operate/rc/accounts/user-profile.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: Describes the how to manage your user account profile and how to sw
1010
between Redis Cloud accounts.
1111
weight: $weight
1212
---
13-
When you sign in to the [Redis Cloud console](https://cloud.redis.io/), you use a profile associated with one or more Redis Cloud accounts.
13+
When you sign in to the [Redis Cloud console](https://cloud.redis.io/), you use a profile associated with one or more Redis Cloud accounts.
1414

1515
This account has a profile with settings that you can manage using the Profile control located near the top, right corner of the Redis Cloud console:
1616

@@ -34,17 +34,17 @@ This screen contains up to three sections, including:
3434

3535
- The *User details* section includes basic information about your account, including _First name_, _Last name_, _Job title_, _Email_, and the date the account was created. The names and job title can be edited; other settings are read-only.
3636

37-
- The *Password* section lets you change the password for accounts created and managed by Redis Cloud.
37+
- The *Password* section lets you change the password for accounts created and managed by Redis Cloud.
3838

3939
If you're using single sign-on authentication, you cannot change the password using the *User Profile* screen. Such accounts are managed by an identity provider (IdP). For help changing (or recovering) the passwords for these accounts, consult your identity provider docs.
4040

41-
- The **Multi-factor authentication (MFA)** section lets you [manage MFA settings]({{< relref "/operate/rc/security/access-control/multi-factor-authentication" >}}) for the current user account.
41+
- The **Multi-factor authentication (MFA)** section lets you [manage MFA settings]({{< relref "/operate/rc/security/console-access-control/multi-factor-authentication" >}}) for the current user account.
4242

4343
When you activate a mobile device, you can use SMS MFA as a second authentication factor.
4444

4545
To use an authentication app as the factor, you need to activate a mobile device and then use that device to enable the app.
4646

47-
## Sign out
47+
## Sign out
4848

4949
To sign out from the Redis Cloud console, select **Logout** from the profile control.
5050

content/operate/rc/cloud-integrations/gcp-marketplace/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ At this point, you can create a new database using the [standard workflow]({{< r
6464

6565
To confirm this, review the payment method associated with your subscription.
6666

67-
Additional users can be added on the Redis Cloud console using the [Access Management]({{< relref "/operate/rc/security/access-control/access-management" >}}) page.
67+
Additional users can be added on the Redis Cloud console using the [Access Management]({{< relref "/operate/rc/security/console-access-control/access-management" >}}) page.
6868

6969
If your Google Cloud Marketplace account is deactivated or otherwise unavailable, you can't use your subscription until you update the billing method. For help, [contact support](https://redis.io/support/).
7070

content/operate/rc/cloud-integrations/gcp-marketplace/team-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ weight: $weight
1212
---
1313

1414
{{<banner-article bannerColor="#fff8dc">}}
15-
This article applies to an earlier Google Cloud marketplace listing. For the current [Redis Cloud - Pay as You Go](https://console.cloud.google.com/marketplace/product/redis-marketplace-isaas/redis-enterprise-cloud-flexible-plan) listing, manage your team through the [Access Management]({{< relref "/operate/rc/security/access-control/access-management" >}}) screen. See [Sign up for Redis Cloud with Google Cloud Marketplace]({{< relref "/operate/rc/cloud-integrations/gcp-marketplace/" >}}) for more information.
15+
This article applies to an earlier Google Cloud marketplace listing. For the current [Redis Cloud - Pay as You Go](https://console.cloud.google.com/marketplace/product/redis-marketplace-isaas/redis-enterprise-cloud-flexible-plan) listing, manage your team through the [Access Management]({{< relref "/operate/rc/security/console-access-control/access-management" >}}) screen. See [Sign up for Redis Cloud with Google Cloud Marketplace]({{< relref "/operate/rc/cloud-integrations/gcp-marketplace/" >}}) for more information.
1616
{{</banner-article>}}
1717

1818
If you subscribed to Redis Cloud through Google Cloud Marketplace using the **Redis Cloud** listing, use the IAM section of the Google Cloud console to manage your team.

content/operate/rc/databases/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ linktitle: Databases
1111
weight: 20
1212
---
1313

14-
Databases are the heart of any Redis Cloud deployment.
14+
Databases are the heart of any Redis Cloud deployment.
1515

1616
Here's how to perform a variety of tasks:
1717

@@ -32,13 +32,13 @@ If you're new to Redis Cloud, see the [Quick Start]({{< relref "/operate/rc/rc-q
3232

3333
## Additional tasks
3434

35-
- [Monitor database performance]({{< relref "/operate/rc/databases/monitor-performance" >}})
35+
- [Monitor database performance]({{< relref "/operate/rc/databases/monitor-performance" >}})
3636

37-
- [Import data into databases]({{< relref "/operate/rc/databases/import-data" >}})
37+
- [Import data into databases]({{< relref "/operate/rc/databases/import-data" >}})
3838

3939
- [Back up databases]({{< relref "/operate/rc/databases/back-up-data" >}})
4040

41-
- [Secure database access]({{< relref "/operate/rc/security/database-security/" >}})
41+
- [Secure database access]({{< relref "/operate/rc/security/network-data-security/" >}})
4242

4343
- [Flush database data]({{< relref "/operate/rc/databases/flush-data" >}})
4444

content/operate/rc/databases/configuration/sizing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The dataset size of a database is a part of the full memory limit for the databa
1616

1717
For Redis Cloud Essentials, the plan size refers to the full memory limit, not the dataset size. Both the total memory limit and dataset size are listed under **Database details** when you create an Essentials database.
1818

19-
For Redis Cloud Pro, you define your dataset size when you create the database, and we calculate your total memory limit based on the features you choose.
19+
For Redis Cloud Pro, you define your dataset size when you create the database, and we calculate your total memory limit based on the features you choose.
2020

2121
Here are some general guidelines:
2222

@@ -34,7 +34,7 @@ Memory limits in Redis Cloud are subject to the same considerations as Redis Ent
3434

3535
Throughput is the number of operations a database can handle over a certain period of time. For Redis Cloud databases, throughput is defined in operations per second (ops/sec).
3636

37-
For a Redis Cloud Pro subscription, you define throughput for a database when you create it. For a Redis Cloud Essentials subscription, your maximum throughput depends on your plan.
37+
For a Redis Cloud Pro subscription, you define throughput for a database when you create it. For a Redis Cloud Essentials subscription, your maximum throughput depends on your plan.
3838

3939
We use this setting to guide the allocation of compute power and network bandwidth, ensuring your database can handle the expected workload. However, the throughput specified is not guaranteed - actual throughput may be higher or lower depending on your workload and database configuration.
4040

@@ -44,7 +44,7 @@ Some factors that can affect throughput include:
4444
- **Request size**: Smaller requests (under 3KB) consume less network bandwidth and may result in more operations per second than requested, while larger requests may result in fewer operations per second.
4545
- **Command complexity**: Simple commands, like `GET` and `SET`, are faster and require fewer resources, whereas more complex commands involve more processing time and can reduce throughput. See the [Command list]({{< relref "/commands" >}}) to see which commands are more complex than others.
4646
- **Replication**: Using [multi-zone replication]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) affects throughput as each write operation is executed asynchronously in each zone.
47-
- **Security**: Some security options, such as [transport layer security]({{< relref "/operate/rc/security/database-security/tls-ssl" >}}), may affect throughput.
47+
- **Security**: Some security options, such as [transport layer security]({{< relref "/operate/rc/security/network-data-security/tls-ssl" >}}), may affect throughput.
4848
- **Number of client connections**: The number of client connections affects throughput. Increasing or decreasing the number of client connections can result in higher or lower throughput.
4949

5050
### Optimize throughput
@@ -53,7 +53,7 @@ Here are some things to keep in mind for optimizing throughput:
5353
- Optimize capacity planning and sizing of your Redis Cloud databases to meet your app performance requirements.
5454
- Benchmark your app to understand what latency expectations are required, and adjust throughput accordingly.
5555
- Test and monitor your app's performance and adjust the set ops/sec based on how if performs in real-world conditions.
56-
- If your average request size is larger than 3KB, consider setting your throughput higher than expected.
56+
- If your average request size is larger than 3KB, consider setting your throughput higher than expected.
5757
- Track the slow logs using the [`SLOWLOG` command]({{< relref "/commands/slowlog" >}}) or the **Slowlog** tab on the [database screen]({{< relref "/operate/rc/databases/view-edit-database" >}}).
5858
- Use [pipelining]({{< relref "/develop/use/pipelining" >}}) and [concurrent connections]({{< relref "/develop/reference/clients" >}}) effectively to optimize throughput and latency.
5959
- Search databases have their own throughput requirements. See [Search and query sizing]({{< relref "/operate/rc/databases/configuration/advanced-capabilities#search-and-query-sizing" >}}) for more info.
@@ -66,7 +66,7 @@ Yes, many workloads perform better than expected, especially with optimized conf
6666

6767
**Why is my application getting less throughput than what I set?**
6868

69-
Factors like high connection counts, complex commands, large payloads, and network limitations can affect throughput. Test and adjust based on your application’s needs.
69+
Factors like high connection counts, complex commands, large payloads, and network limitations can affect throughput. Test and adjust based on your application’s needs.
7070

7171
**How do I know the optimal throughput for my application?**
7272

0 commit comments

Comments
 (0)