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