Module lettuce.core

Interface NodeSelectionCommands<K,​V>

All Superinterfaces:
BaseNodeSelectionCommands<K,​V>, NodeSelectionGeoCommands<K,​V>, NodeSelectionHashCommands<K,​V>, NodeSelectionHLLCommands<K,​V>, NodeSelectionKeyCommands<K,​V>, NodeSelectionListCommands<K,​V>, NodeSelectionScriptingCommands<K,​V>, NodeSelectionServerCommands<K,​V>, NodeSelectionSetCommands<K,​V>, NodeSelectionSortedSetCommands<K,​V>, NodeSelectionStreamCommands<K,​V>, NodeSelectionStringCommands<K,​V>

public interface NodeSelectionCommands<K,​V>
extends BaseNodeSelectionCommands<K,​V>, NodeSelectionGeoCommands<K,​V>, NodeSelectionHashCommands<K,​V>, NodeSelectionHLLCommands<K,​V>, NodeSelectionKeyCommands<K,​V>, NodeSelectionListCommands<K,​V>, NodeSelectionScriptingCommands<K,​V>, NodeSelectionServerCommands<K,​V>, NodeSelectionSetCommands<K,​V>, NodeSelectionSortedSetCommands<K,​V>, NodeSelectionStreamCommands<K,​V>, NodeSelectionStringCommands<K,​V>
Synchronous and thread-safe Redis API to execute commands on a NodeSelectionSupport.
Author:
Mark Paluch