Skip to content

Commit d31bb26

Browse files
DOC-5193 reviewed node-redis production usage page
1 parent 4fbdf6f commit d31bb26

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

content/develop/clients/nodejs/produsage.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,22 @@ title: Production usage
1515
weight: 5
1616
---
1717

18-
The following sections explain how to handle situations that may occur
19-
in your production environment.
18+
This guide offers recommendations to get the best reliability and
19+
performance in your production environment.
20+
21+
## Checklist
22+
23+
Each item in the checklist below links to the section
24+
for a recommendation. Use the checklist icons to record your
25+
progress in implementing the recommendations.
26+
27+
{{< checklist "nodeprodlist" >}}
28+
{{< checklist-item "#handling-errors" >}}Handling errors{{< /checklist-item >}}
29+
{{< checklist-item "#handling-reconnections" >}}Handling reconnections{{< /checklist-item >}}
30+
{{< checklist-item "#timeouts" >}}Timeouts{{< /checklist-item >}}
31+
{{< /checklist >}}
32+
33+
## Recommendations
2034

2135
### Handling errors
2236

0 commit comments

Comments
 (0)