收集

将所有记录收集到源分片。

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();
RATE THIS PAGE
Back to top ↑