Module lettuce.core

Class ScoredValueScanStreamingOutput<K,​V>

java.lang.Object
io.lettuce.core.output.CommandOutput<K,​V,​T>
io.lettuce.core.output.ScanOutput<K,​V,​StreamScanCursor>
io.lettuce.core.output.ScoredValueScanStreamingOutput<K,​V>
Type Parameters:
K - Key type.
V - Value type.

public class ScoredValueScanStreamingOutput<K,​V>
extends ScanOutput<K,​V,​StreamScanCursor>
Streaming-Output of of values and their associated scores. Returns the count of all values (including null).
Author:
Mark Paluch