Module lettuce.core

Interface PubSubAsyncNodeSelection<K,​V>

All Superinterfaces:
NodeSelectionSupport<RedisPubSubAsyncCommands<K,​V>,​NodeSelectionPubSubAsyncCommands<K,​V>>

public interface PubSubAsyncNodeSelection<K,​V>
extends NodeSelectionSupport<RedisPubSubAsyncCommands<K,​V>,​NodeSelectionPubSubAsyncCommands<K,​V>>
Node selection with access to asynchronous executed commands on the set.
Since:
4.4
Author:
Mark Paluch