Module lettuce.core

Class StringValueListOutput<K,​V>

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

public class StringValueListOutput<K,​V>
extends CommandOutput<K,​V,​List<Value<String>>>
implements StreamingOutput<Value<String>>
List of Value output.
Since:
5.0
Author:
Mark Paluch