Module lettuce.core

Interface ReactiveExecutions<T>


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 a Flux that contains a combined stream of the multi-node execution.
    Collection<RedisClusterNode> nodes()  
  • Method Details

    • flux

      Flux<T> flux()
      Return a Flux that contains a combined stream of the multi-node execution.
      Returns:
    • nodes

      Returns:
      collection of nodes on which the command was executed.