Module lettuce.core

Interface NodeSelectionAsyncCommands<K,​V>

All Superinterfaces:
BaseNodeSelectionAsyncCommands<K,​V>, NodeSelectionGeoAsyncCommands<K,​V>, NodeSelectionHashAsyncCommands<K,​V>, NodeSelectionHLLAsyncCommands<K,​V>, NodeSelectionKeyAsyncCommands<K,​V>, NodeSelectionListAsyncCommands<K,​V>, NodeSelectionScriptingAsyncCommands<K,​V>, NodeSelectionServerAsyncCommands<K,​V>, NodeSelectionSetAsyncCommands<K,​V>, NodeSelectionSortedSetAsyncCommands<K,​V>, NodeSelectionStreamCommands<K,​V>, NodeSelectionStringAsyncCommands<K,​V>

public interface NodeSelectionAsyncCommands<K,​V>
extends BaseNodeSelectionAsyncCommands<K,​V>, NodeSelectionGeoAsyncCommands<K,​V>, NodeSelectionHashAsyncCommands<K,​V>, NodeSelectionHLLAsyncCommands<K,​V>, NodeSelectionKeyAsyncCommands<K,​V>, NodeSelectionListAsyncCommands<K,​V>, NodeSelectionScriptingAsyncCommands<K,​V>, NodeSelectionServerAsyncCommands<K,​V>, NodeSelectionSetAsyncCommands<K,​V>, NodeSelectionSortedSetAsyncCommands<K,​V>, NodeSelectionStreamCommands<K,​V>, NodeSelectionStringAsyncCommands<K,​V>
Asynchronous and thread-safe Redis API to execute commands on a NodeSelectionSupport.
Author:
Mark Paluch