跑
立即运行函数管道。
Redis 堆栈 |
---|
public void run()
public void run(boolean jsonSerialize, boolean collect)
Runs the pipeline of functions immediately upon execution. It will only run once.
Parameters
Name
Type
Description
collect
boolean
Whether or not to collect the results from the entire cluster before returning them
jsonSerialize
boolean
Whether or not to serialize the results to JSON before returning them
Returns
None
Example
GearsBuilder.CreateGearsBuilder(reader).run();
On this page