Module lettuce.core

Interface AsyncNodeSelection<K,​V>

All Superinterfaces:
NodeSelectionSupport<RedisAsyncCommands<K,​V>,​NodeSelectionAsyncCommands<K,​V>>

public interface AsyncNodeSelection<K,​V>
extends NodeSelectionSupport<RedisAsyncCommands<K,​V>,​NodeSelectionAsyncCommands<K,​V>>
Node selection with access to asynchronous executed commands on the set.
Since:
4.0
Author:
Mark Paluch