Class ScoredSortedSetReplayDecoder<T>

java.lang.Object
org.redisson.client.protocol.decoder.ScoredSortedSetReplayDecoder<T>
Type Parameters:
T - type
All Implemented Interfaces:
MultiDecoder<List<ScoredEntry<T>>>

public class ScoredSortedSetReplayDecoder<T> extends Object implements MultiDecoder<List<ScoredEntry<T>>>
Author:
Nikita Koksharov