Module lettuce.core

Interface NodeSelection<K,​V>

All Superinterfaces:
NodeSelectionSupport<RedisCommands<K,​V>,​NodeSelectionCommands<K,​V>>

public interface NodeSelection<K,​V>
extends NodeSelectionSupport<RedisCommands<K,​V>,​NodeSelectionCommands<K,​V>>
Node selection with access to synchronous executed commands on the set. Commands are triggered concurrently to the selected nodes and synchronized afterwards.
Since:
4.0
Author:
Mark Paluch