You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| results | * _single_<br/>*_group_| If enabled, then pipeline mode is ignored | Enable/disable the group mode to display the command results in a batch or as separate ones. |
168
+
| mode | * _ascii_<br/>*_raw_|| Enable/disable the raw mode to display command results. |
169
+
| pipeline | any integer number || Configure the number of commands in the pipeline. 0 or 1 pipelines every command. |
170
+
171
+
172
+
_Notes:_
173
+
174
+
* Ensure that there are no spaces
175
+
* All the parameters with mistakes will be ignored
176
+
177
+
_Examples:_
178
+
179
+
```
180
+
redis-auto:[results=single]
181
+
redis-auto:[mode=raw]
182
+
redis-auto:[pipeline=1]
183
+
redis-auto:[results=single;mode=raw]
184
+
redis-auto:[results=single;pipeline=4]
185
+
redis-auto:[results=group;mode=ascii]
186
+
redis-auto:[pipeline=8;mode=raw;results=single;]
187
+
```
188
+
150
189
## Autoupdate
151
190
Our application supports the ability to quickly update the static files of the Enablement area so that we can provide users with up-to-date information.
0 commit comments