Module lettuce.core

Class IntegerListOutput<K,​V>

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

public class IntegerListOutput<K,​V>
extends CommandOutput<K,​V,​List<Long>>
implements StreamingOutput<Long>
List of 64-bit integer output.
Since:
5.3.2
Author:
Mark Paluch