Class ScoredSortedSetScanDecoder<T>

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

public class ScoredSortedSetScanDecoder<T> extends ObjectListReplayDecoder<T>
Author:
Nikita Koksharov