File tree Expand file tree Collapse file tree 4 files changed +32
-32
lines changed Expand file tree Collapse file tree 4 files changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ Each item in the checklist below links to the section
2424for a recommendation. Use the checklist icons to record your
2525progress 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
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ Each item in the checklist below links to the section
2424for a recommendation. Use the checklist icons to record your
2525progress 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
Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ Each item in the checklist below links to the section
2424for a recommendation. Use the checklist icons to record your
2525progress 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
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ Each item in the checklist below links to the section
2424for a recommendation. Use the checklist icons to record your
2525progress 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
You can’t perform that action at this time.
0 commit comments