Module lettuce.core

Class KeyValueScanStreamingOutput<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.KeyValueScanStreamingOutput<K,​V>
Type Parameters:
K - Key type.
V - Value type.

public class KeyValueScanStreamingOutput<K,​V>
extends ScanOutput<K,​V,​StreamScanCursor>
Streaming-Output of Key Value Pairs. Returns the count of all Key-Value pairs (including null).
Author:
Mark Paluch