收集
将所有记录收集到源分片。
Redis 堆栈 |
---|
public GearsBuilder<T> collect()
Collects all of the records to the shard where the RedisGears job started.
Parameters
None
Returns
Returns a GearsBuilder object with the same template type as the input builder.
Example
GearsBuilder.CreateGearsBuilder(reader).collect();
On this page