Uses of Class
org.redisson.client.protocol.decoder.ListScanResult
-
Packages that use ListScanResult Package Description org.redisson org.redisson.client.protocol org.redisson.client.protocol.decoder -
-
Uses of ListScanResult in org.redisson
Methods in org.redisson that return ListScanResult Modifier and Type Method Description ListScanResult<Object>RedissonTimeSeries. scanIterator(String name, RedisClient client, long startPos, int count)Methods in org.redisson that return types with arguments of type ListScanResult Modifier and Type Method Description RFuture<ListScanResult<Object>>RedissonTimeSeries. scanIteratorAsync(String name, RedisClient client, long startPos, int count) -
Uses of ListScanResult in org.redisson.client.protocol
Fields in org.redisson.client.protocol with type parameters of type ListScanResult Modifier and Type Field Description static RedisCommand<ListScanResult<Object>>RedisCommands. EVAL_SSCANstatic RedisCommand<ListScanResult<Object>>RedisCommands. EVAL_ZSCANstatic RedisCommand<ListScanResult<String>>RedisCommands. SCANstatic RedisCommand<ListScanResult<Object>>RedisCommands. SSCANstatic RedisCommand<ListScanResult<Object>>RedisCommands. ZSCAN -
Uses of ListScanResult in org.redisson.client.protocol.decoder
Methods in org.redisson.client.protocol.decoder that return ListScanResult Modifier and Type Method Description ListScanResult<Object>ListScanResultReplayDecoder. decode(List<Object> parts, State state)ListScanResult<Object>ScoredSortedSetScanReplayDecoder. decode(List<Object> parts, State state)
-