Class ListScanResult<V>

java.lang.Object
org.redisson.client.protocol.decoder.ListScanResult<V>
Type Parameters:
V - value type
All Implemented Interfaces:
ScanResult<V>

public class ListScanResult<V> extends Object implements ScanResult<V>
Author:
Nikita Koksharov