Module lettuce.core

Class ValueListOutput<K,​V>

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

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