public interface ReactiveExecutions<T>
Execution holder for a reactive command to be executed on multiple nodes.
- Since:
- 4.4
- Author:
- Mark Paluch
-
Method Summary
Modifier and Type Method Description Flux<T>flux()Return aFluxthat contains a combined stream of the multi-node execution.Collection<RedisClusterNode>nodes()
-
Method Details
-
flux
Return aFluxthat contains a combined stream of the multi-node execution.- Returns:
-
nodes
Collection<RedisClusterNode> nodes()- Returns:
- collection of nodes on which the command was executed.
-