File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
content/develop/clients/redis-py Expand file tree Collapse file tree 1 file changed +8
-8
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 "pyprodlist" >} }
28- {{< checklist-item " #client-side-caching" >}}Client-side caching{{< /checklist-item >}}
29- {{< checklist-item " #retries" >}}Retries{{< /checklist-item >}}
30- {{< checklist-item " #health-checks" >}}Health checks{{< /checklist-item >}}
31- {{< checklist-item " #exception-handling" >}}Exception handling{{< /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= "pyprodlist"}
28+ - [ ] [Client-side caching]( #client-side-caching)
29+ - [ ] [Retries]( #retries)
30+ - [ ] [Health checks]( #health-checks)
31+ - [ ] [Exception handling]( #exception-handling)
32+ - [ ] [Timeouts]( #timeouts)
33+ - [ ] [Smart client handoffs](#smart -client-handoffs)
34+ ```
3535
3636## Recommendations
3737
You can’t perform that action at this time.
0 commit comments