Module lettuce.core

Class KeyListOutput<K,​V>

java.lang.Object
io.lettuce.core.output.CommandOutput<K,​V,​List<K>>
io.lettuce.core.output.KeyListOutput<K,​V>
Type Parameters:
K - Key type.
V - Value type.
All Implemented Interfaces:
StreamingOutput<K>

public class KeyListOutput<K,​V>
extends CommandOutput<K,​V,​List<K>>
implements StreamingOutput<K>
List of keys output.
Author:
Will Glozer, Mark Paluch