Module lettuce.core

Class ArrayOutput<K,​V>

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

public class ArrayOutput<K,​V>
extends NestedMultiOutput<K,​V>
List of objects and lists to support dynamic nested structures (List with mixed content of values and sublists).
Author:
Mark Paluch
  • Constructor Details

    • ArrayOutput

      public ArrayOutput​(RedisCodec<K,​V> codec)