Module lettuce.core

Class StringListOutput<K,​V>

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

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