Class ScoredSortedListReplayDecoder

  • All Implemented Interfaces:
    org.redisson.client.protocol.decoder.MultiDecoder<List<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>

    public class ScoredSortedListReplayDecoder
    extends Object
    implements org.redisson.client.protocol.decoder.MultiDecoder<List<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>
    Author:
    Nikita Koksharov
    • Constructor Detail

      • ScoredSortedListReplayDecoder

        public ScoredSortedListReplayDecoder()
    • Method Detail

      • getDecoder

        public org.redisson.client.protocol.Decoder<Object> getDecoder​(int paramNum,
                                                                       org.redisson.client.handler.State state)
        Specified by:
        getDecoder in interface org.redisson.client.protocol.decoder.MultiDecoder<List<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>
      • decode

        public List<org.springframework.data.redis.connection.RedisZSetCommands.Tuple> decode​(List<Object> parts,
                                                                                              org.redisson.client.handler.State state)
        Specified by:
        decode in interface org.redisson.client.protocol.decoder.MultiDecoder<List<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>