Skip to content

Commit dedcff9

Browse files
DOC-5922 added remaining prod usage checklist updates
1 parent 6e9b129 commit dedcff9

File tree

4 files changed

+32
-32
lines changed

4 files changed

+32
-32
lines changed

content/develop/clients/go/produsage.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Each item in the checklist below links to the section
2424
for a recommendation. Use the checklist icons to record your
2525
progress in implementing the recommendations.
2626

27-
{{< checklist "goprodlist" >}}
28-
{{< checklist-item "#health-checks" >}}Health checks{{< /checklist-item >}}
29-
{{< checklist-item "#error-handling" >}}Error handling{{< /checklist-item >}}
30-
{{< checklist-item "#monitor-performance-and-errors">}}Monitor performance and errors{{< /checklist-item >}}
31-
{{< checklist-item "#retries" >}}Retries{{< /checklist-item >}}
32-
{{< checklist-item "#timeouts" >}}Timeouts{{< /checklist-item >}}
33-
{{< checklist-item "#seamless-client-experience" >}}Smart client handoffs{{< /checklist-item >}}
34-
{{< /checklist >}}
27+
```checklist {id="goprodlist"}
28+
- [ ] [Health checks](#health-checks)
29+
- [ ] [Error handling](#error-handling)
30+
- [ ] [Monitor performance and errors](#monitor-performance-and-errors)
31+
- [ ] [Retries](#retries)
32+
- [ ] [Timeouts](#timeouts)
33+
- [ ] [Smart client handoffs](#seamless-client-experience)
34+
```
3535

3636
## Recommendations
3737

content/develop/clients/jedis/produsage.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ Each item in the checklist below links to the section
2424
for a recommendation. Use the checklist icons to record your
2525
progress in implementing the recommendations.
2626

27-
{{< checklist "prodlist" >}}
28-
{{< checklist-item "#connection-pooling" >}}Connection pooling{{< /checklist-item >}}
29-
{{< checklist-item "#connection-retries" >}}Connection retries{{< /checklist-item >}}
30-
{{< checklist-item "#client-side-caching" >}}Client-side caching{{< /checklist-item >}}
31-
{{< checklist-item "#timeouts" >}}Timeouts{{< /checklist-item >}}
32-
{{< checklist-item "#health-checks" >}}Health checks{{< /checklist-item >}}
33-
{{< checklist-item "#exception-handling" >}}Exception handling{{< /checklist-item >}}
34-
{{< checklist-item "#dns-cache-and-redis" >}}DNS cache and Redis{{< /checklist-item >}}
35-
{{< /checklist >}}
27+
```checklist {id="jedisprodlist"}
28+
- [ ] [Connection pooling](#connection-pooling)
29+
- [ ] [Connection retries](#connection-retries)
30+
- [ ] [Client-side caching](#client-side-caching)
31+
- [ ] [Timeouts](#timeouts)
32+
- [ ] [Health checks](#health-checks)
33+
- [ ] [Exception handling](#exception-handling)
34+
- [ ] [DNS cache and Redis](#dns-cache-and-redis)
35+
```
3636

3737
## Recommendations
3838

content/develop/clients/lettuce/produsage.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Each item in the checklist below links to the section
2424
for a recommendation. Use the checklist icons to record your
2525
progress in implementing the recommendations.
2626

27-
{{< checklist "lettuceprodlist" >}}
28-
{{< checklist-item "#timeouts" >}}Timeouts{{< /checklist-item >}}
29-
{{< checklist-item "#cluster-topology-refresh">}}Cluster topology refresh{{< /checklist-item >}}
30-
{{< checklist-item "#dns-cache-and-redis" >}}DNS cache and Redis{{< /checklist-item >}}
31-
{{< checklist-item "#exception-handling" >}}Exception handling{{< /checklist-item >}}
32-
{{< checklist-item "#connection-and-execution-reliability" >}}Connection and execution reliability{{< /checklist-item >}}
33-
{{< checklist-item "#seamless-client-experience" >}}Smart client handoffs{{< /checklist-item >}}
34-
{{< /checklist >}}
27+
```checklist {id="lettuceprodlist"}
28+
- [ ] [Timeouts](#timeouts)
29+
- [ ] [Cluster topology refresh](#cluster-topology-refresh)
30+
- [ ] [DNS cache and Redis](#dns-cache-and-redis)
31+
- [ ] [Exception handling](#exception-handling)
32+
- [ ] [Connection and execution reliability](#connection-and-execution-reliability)
33+
- [ ] [Smart client handoffs](#seamless-client-experience)
34+
```
3535

3636
## Recommendations
3737

content/develop/clients/nodejs/produsage.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Each item in the checklist below links to the section
2424
for a recommendation. Use the checklist icons to record your
2525
progress in implementing the recommendations.
2626

27-
{{< checklist "nodeprodlist" >}}
28-
{{< checklist-item "#handling-errors" >}}Handling errors{{< /checklist-item >}}
29-
{{< checklist-item "#handling-reconnections" >}}Handling reconnections{{< /checklist-item >}}
30-
{{< checklist-item "#connection-timeouts" >}}Connection timeouts{{< /checklist-item >}}
31-
{{< checklist-item "#command-execution-reliability" >}}Command execution reliability{{< /checklist-item >}}
32-
{{< checklist-item "#seamless-client-experience" >}}Smart client handoffs{{< /checklist-item >}}
33-
{{< /checklist >}}
27+
```checklist {id="nodeprodlist"}
28+
- [ ] [Handling errors](#handling-errors)
29+
- [ ] [Handling reconnections](#handling-reconnections)
30+
- [ ] [Connection timeouts](#connection-timeouts)
31+
- [ ] [Command execution reliability](#command-execution-reliability)
32+
- [ ] [Smart client handoffs](#seamless-client-experience)
33+
```
3434

3535
## Recommendations
3636

0 commit comments

Comments
 (0)