Module lettuce.core

Class ScoredValueListOutput<K,​V>

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

public class ScoredValueListOutput<K,​V>
extends CommandOutput<K,​V,​List<ScoredValue<V>>>
implements StreamingOutput<ScoredValue<V>>
List of values and their associated scores.
Author:
Will Glozer