Module lettuce.core

Class KeyValueStreamingOutput<K,​V>

java.lang.Object
io.lettuce.core.output.CommandOutput<K,​V,​Long>
io.lettuce.core.output.KeyValueStreamingOutput<K,​V>
Type Parameters:
K - Key type.
V - Value type.

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