Class KeyValueListScoredValueOutput<K,​V>

  • Type Parameters:
    K - Key type.
    V - Value type.

    public class KeyValueListScoredValueOutput<K,​V>
    extends CommandOutput<K,​V,​KeyValue<K,​List<ScoredValue<V>>>>
    Output for multiple [B]ZMPOP result items.
    Since:
    6.3
    Author:
    Mark Paluch
    • Constructor Detail

      • KeyValueListScoredValueOutput

        public KeyValueListScoredValueOutput​(RedisCodec<K,​V> codec,
                                             K defaultKey)