Skip to content

Commit cf443e9

Browse files
DOC-5922 replaced Python prod usage checklist with Markdown
1 parent c5783d9 commit cf443e9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/develop/clients/redis-py/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 "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

0 commit comments

Comments
 (0)