Class ScoredSortedSetReplayDecoder

  • All Implemented Interfaces:
    MultiDecoder<Set<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>

    public class ScoredSortedSetReplayDecoder
    extends Object
    implements MultiDecoder<Set<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>
    Author:
    Nikita Koksharov
    • Constructor Detail

      • ScoredSortedSetReplayDecoder

        public ScoredSortedSetReplayDecoder()
    • Method Detail

      • decode

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