Module lettuce.core

Interface AsyncExecutions<T>

All Superinterfaces:
CompletionStage<List<T>>, Iterable<CompletableFuture<T>>

public interface AsyncExecutions<T>
extends Iterable<CompletableFuture<T>>, CompletionStage<List<T>>
Result holder for a command that was executed asynchronously on multiple nodes.
Since:
4.0
Author:
Mark Paluch