File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
content/develop/clients/redis-py Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,11 @@ Note that the command methods for a pipeline always return the original
4141pipeline object, so you can "chain" several commands together, as the
4242example below shows:
4343
44- <!-- Tested examples will replace the inline ones when they are approved. -->
45- <!--
46- {{< clients-example pipe_trans_tutorial basic_pipe Python >}}
47- {{< /clients-example >}}
44+ <!-- Tested examples will replace the inline ones when they are approved.
45+ Markup removed to stop warnings.
46+
47+ clients-example pipe_trans_tutorial basic_pipe Python
48+ /clients-example
4849-->
4950``` python
5051import redis
@@ -96,8 +97,8 @@ with a `WatchError` exception, and the loop executes again for another attempt.
9697Otherwise, the loop terminates successfully.
9798
9899<!--
99- {{< clients-example pipe_trans_tutorial trans_watch Python >}}
100- {{< /clients-example >}}
100+ clients-example pipe_trans_tutorial trans_watch Python
101+ /clients-example
101102-->
102103``` python
103104r.set(" shellpath" , " /usr/syscmds/" )
@@ -144,8 +145,8 @@ call automatically, so you must still place this correctly in your
144145transaction function.
145146
146147<!--
147- {{< clients-example pipe_trans_tutorial watch_conv_method Python >}}
148- {{< /clients-example >}}
148+ clients-example pipe_trans_tutorial watch_conv_method Python
149+ /clients-example
149150*-->
150151``` python
151152r.set(" shellpath" , " /usr/syscmds/" )
You can’t perform that action at this time.
0 commit comments