public interface ReactiveExecutions<T>
Modifier and Type | Method and Description |
---|---|
Flux<T> |
flux()
Return a
Flux that contains a combined stream of the multi-node execution. |
Collection<RedisClusterNode> |
nodes() |
Flux<T> flux()
Flux
that contains a combined stream of the multi-node execution.Collection<RedisClusterNode> nodes()
Copyright © 2023 lettuce.io. All rights reserved.