Module lettuce.core

Class ValueValueListOutput<K,​V>

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

public class ValueValueListOutput<K,​V>
extends CommandOutput<K,​V,​List<Value<V>>>
implements StreamingOutput<Value<V>>
List of Value wrapped values output.
Author:
Mark Paluch