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
41
41
pipeline object, so you can "chain" several commands together, as the
42
42
example below shows:
43
43
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
48
49
-->
49
50
``` python
50
51
import redis
@@ -96,8 +97,8 @@ with a `WatchError` exception, and the loop executes again for another attempt.
96
97
Otherwise, the loop terminates successfully.
97
98
98
99
<!--
99
- {{< clients-example pipe_trans_tutorial trans_watch Python >}}
100
- {{< /clients-example >}}
100
+ clients-example pipe_trans_tutorial trans_watch Python
101
+ /clients-example
101
102
-->
102
103
``` python
103
104
r.set(" shellpath" , " /usr/syscmds/" )
@@ -144,8 +145,8 @@ call automatically, so you must still place this correctly in your
144
145
transaction function.
145
146
146
147
<!--
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
149
150
*-->
150
151
``` python
151
152
r.set(" shellpath" , " /usr/syscmds/" )
You can’t perform that action at this time.
0 commit comments