Skip to content

Commit e42a3b4

Browse files
authored
Merge pull request #2151 from redis/DOC-5731
RC: Add troubleshooting page, links to support KB, and links to client production recommendations
2 parents 18bfcbc + 481e087 commit e42a3b4

File tree

5 files changed

+69
-3
lines changed

5 files changed

+69
-3
lines changed

content/operate/rc/billing-and-payments.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,12 @@ For any special circumstances that may warrant a refund, please contact [Support
116116

117117
## Download cost report
118118

119-
{{< embed-md "rc-cost-report-csv.md" >}}
119+
{{< embed-md "rc-cost-report-csv.md" >}}
120+
121+
## Troubleshoot
122+
123+
See [Billing](https://support.redislabs.com/hc/en-us/categories/26174537325842-Billing) on the Redis knowledge base for help troubleshooting billing issues:
124+
- [Resolving payment failures in Redis Cloud](https://support.redislabs.com/hc/en-us/articles/26266042933522-Resolving-Payment-Failures-in-Redis-Cloud)
125+
- [Credit card retry behavior and troubleshooting](https://support.redislabs.com/hc/en-us/articles/27697187187986-Credit-Card-Retry-Behavior-and-Troubleshooting)
126+
- [Access invoices and payment links](https://support.redislabs.com/hc/en-us/articles/26265945230226-Access-Invoices-and-Payment-Links-in-the-Portal)
127+
- [How to find payment information](https://support.redislabs.com/hc/en-us/articles/26266104144914-How-to-Find-Payment-Information)

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,8 @@ If your AWS Marketplace account is deactivated or otherwise unavailable, you won
5757

5858
If you are the owner of more than one Redis Cloud account and have already associated your AWS marketplace account with one or more of your Redis accounts, you can add your AWS marketplace account to your other Redis Cloud accounts.
5959

60-
{{< embed-md "rc-marketplace-account-add.md" >}}
60+
{{< embed-md "rc-marketplace-account-add.md" >}}
61+
62+
## Disconnect AWS Marketplace account
63+
64+
See [Disconnect AWS Marketplace account](https://support.redislabs.com/hc/en-us/articles/29215779949074-Disconnect-Redis-Cloud-from-AWS-Marketplace) on the Redis knowledge base for help disconnecting your AWS Marketplace account from your Redis Cloud account.

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,8 @@ If your Google Cloud Marketplace account is deactivated or otherwise unavailable
7272

7373
If you are the owner of more than one Redis Cloud account and have already associated your Google Cloud marketplace account with one or more of your Redis accounts, you can add your Google Cloud marketplace account to your other Redis Cloud accounts.
7474

75-
{{< embed-md "rc-marketplace-account-add.md" >}}
75+
{{< embed-md "rc-marketplace-account-add.md" >}}
76+
77+
## Disconnect Google Cloud marketplace account
78+
79+
See [Disconnect Google Cloud Marketplace account](https://support.redislabs.com/hc/en-us/articles/29209085344018-Disconnect-Redis-Cloud-from-Google-Cloud-Marketplace) on the Redis knowledge base for help disconnecting your Google Cloud Marketplace account from your Redis Cloud account.

content/operate/rc/resilient-apps.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ When you're developing your apps, it is best to use specific Redis Client featur
6060

6161
See [Clients]({{< relref "/develop/clients" >}}) to learn how to connect with the official Redis clients.
6262

63+
### Production usage guides
64+
65+
For production-ready configurations and best practices, see the production usage guides for each client:
66+
67+
- [redis-py]({{< relref "/develop/clients/redis-py/produsage" >}})
68+
- [Node.js]({{< relref "/develop/clients/nodejs/produsage" >}})
69+
- [Jedis]({{< relref "/develop/clients/jedis/produsage" >}})
70+
- [Lettuce]({{< relref "/develop/clients/lettuce/produsage" >}})
71+
- [go-redis]({{< relref "/develop/clients/go/produsage" >}})
72+
- [NRedisStack]({{< relref "/develop/clients/dotnet/produsage" >}})
73+
6374
### Re-attempt connections
6475

6576
Some clients allow you to re-try connecting to your database if the connection fails. For these clients, we recommend that you implement connection re-attempts to ensure high availability and connection stability.
@@ -78,6 +89,12 @@ The [WAIT]({{< relref "/commands/wait" >}}) and [WAITAOF]({{< relref "/commands/
7889

7990
For more info, see [Use the WAIT command for strong consistency]({{< relref "/operate/rs/clusters/optimize/wait" >}}).
8091

92+
## Test failover behavior
93+
94+
You can test your app's failover behavior in Redis Cloud by running a failover test. A failover test in Redis Cloud simulates a controlled disruption such as an endpoint migration, node failure, or cluster outage to confirm that your app can reconnect, recover, and continue operating without data loss. These tests are a critical part of validating high-availability and disaster recovery, ensuring that applications meet recovery time and recovery point objectives.
95+
96+
For more info, see [How to run a Failover Test in Redis Cloud](https://support.redislabs.com/hc/en-us/articles/29001166157074-How-to-Run-a-Failover-Test-in-Redis-Cloud).
97+
8198
## More info
8299

83100
- [Redis Clients]({{< relref "/develop/clients" >}})

content/operate/rc/troubleshoot.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
Title: Troubleshoot Redis Cloud issues with the Redis Cloud knowledge base
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- operate
7+
- rc
8+
description: Use the Redis Cloud knowledge base to find answers to common Redis Cloud questions.
9+
linktitle: Troubleshoot
10+
weight: 87
11+
---
12+
13+
The [Redis Cloud knowledge base](https://support.redislabs.com/hc/en-us/categories/26174183986450-Redis-Cloud) provides articles to help you troubleshoot common Redis Cloud issues.
14+
15+
## Account and User Management
16+
17+
- [Restore access to your Redis Cloud account](https://support.redislabs.com/hc/en-us/articles/27496470929170-Restore-Access-to-Your-Redis-Cloud-Account)
18+
- [Cancel a Redis Cloud subscription](https://support.redislabs.com/hc/en-us/articles/27215953424786-Cancel-a-Redis-Cloud-Subscription)
19+
- [Delete a Redis Cloud account](https://support.redislabs.com/hc/en-us/articles/26180817014162-Delete-a-Redis-Cloud-Account)
20+
- [Submit a Redis Cloud privacy deletion request](https://support.redislabs.com/hc/en-us/articles/27646907553170-Submit-a-Redis-Cloud-Privacy-Deletion-Request)
21+
22+
## Billing and Payments
23+
24+
- [Resolving payment failures in Redis Cloud](https://support.redislabs.com/hc/en-us/articles/26266042933522-Resolving-Payment-Failures-in-Redis-Cloud)
25+
- [Credit card retry behavior and troubleshooting](https://support.redislabs.com/hc/en-us/articles/27697187187986-Credit-Card-Retry-Behavior-and-Troubleshooting)
26+
- [Access invoices and payment links](https://support.redislabs.com/hc/en-us/articles/26265945230226-Access-Invoices-and-Payment-Links-in-the-Portal)
27+
- [How to find payment information](https://support.redislabs.com/hc/en-us/articles/26266104144914-How-to-Find-Payment-Information)
28+
29+
## Database management and observability
30+
31+
- [Manage network usage and subscription limits in Redis Cloud Essentials](https://support.redislabs.com/hc/en-us/articles/27315881501202-Manage-Network-Usage-and-Subscription-Limits-in-Redis-Cloud-Essentials)
32+
- [Configuring Access Control and RBAC in Redis Cloud](https://support.redislabs.com/hc/en-us/articles/28595965192338-Configuring-Access-Control-and-RBAC-in-Redis-Cloud)
33+
- [How to run a Failover Test in Redis Cloud](https://support.redislabs.com/hc/en-us/articles/29001166157074-How-to-Run-a-Failover-Test-in-Redis-Cloud)

0 commit comments

Comments
 (0)