Uses of Class
io.lettuce.core.ScoredValueScanCursor
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.api.async |
Standalone Redis API for asynchronous executed commands.
|
| io.lettuce.core.api.reactive |
Standalone Redis API for reactive command execution.
|
| io.lettuce.core.api.sync |
Standalone Redis API for synchronous executed commands.
|
| io.lettuce.core.cluster.api.async |
Redis Cluster API for asynchronous executed commands.
|
| io.lettuce.core.cluster.api.sync |
Redis Cluster API for synchronous executed commands.
|
-
Uses of ScoredValueScanCursor in io.lettuce.core
Methods in io.lettuce.core that return types with arguments of type ScoredValueScanCursor Modifier and Type Method Description RedisFuture<ScoredValueScanCursor<V>>AbstractRedisAsyncCommands. zscan(K key)RedisFuture<ScoredValueScanCursor<V>>AbstractRedisAsyncCommands. zscan(K key, ScanArgs scanArgs)RedisFuture<ScoredValueScanCursor<V>>AbstractRedisAsyncCommands. zscan(K key, ScanCursor scanCursor)RedisFuture<ScoredValueScanCursor<V>>AbstractRedisAsyncCommands. zscan(K key, ScanCursor scanCursor, ScanArgs scanArgs)Mono<ScoredValueScanCursor<V>>AbstractRedisReactiveCommands. zscan(K key)Mono<ScoredValueScanCursor<V>>AbstractRedisReactiveCommands. zscan(K key, ScanArgs scanArgs)Mono<ScoredValueScanCursor<V>>AbstractRedisReactiveCommands. zscan(K key, ScanCursor scanCursor)Mono<ScoredValueScanCursor<V>>AbstractRedisReactiveCommands. zscan(K key, ScanCursor scanCursor, ScanArgs scanArgs) -
Uses of ScoredValueScanCursor in io.lettuce.core.api.async
Methods in io.lettuce.core.api.async that return types with arguments of type ScoredValueScanCursor Modifier and Type Method Description RedisFuture<ScoredValueScanCursor<V>>RedisSortedSetAsyncCommands. zscan(K key)Incrementally iterate sorted sets elements and associated scores.RedisFuture<ScoredValueScanCursor<V>>RedisSortedSetAsyncCommands. zscan(K key, ScanArgs scanArgs)Incrementally iterate sorted sets elements and associated scores.RedisFuture<ScoredValueScanCursor<V>>RedisSortedSetAsyncCommands. zscan(K key, ScanCursor scanCursor)Incrementally iterate sorted sets elements and associated scores.RedisFuture<ScoredValueScanCursor<V>>RedisSortedSetAsyncCommands. zscan(K key, ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate sorted sets elements and associated scores. -
Uses of ScoredValueScanCursor in io.lettuce.core.api.reactive
Methods in io.lettuce.core.api.reactive that return types with arguments of type ScoredValueScanCursor Modifier and Type Method Description Mono<ScoredValueScanCursor<V>>RedisSortedSetReactiveCommands. zscan(K key)Incrementally iterate sorted sets elements and associated scores.Mono<ScoredValueScanCursor<V>>RedisSortedSetReactiveCommands. zscan(K key, ScanArgs scanArgs)Incrementally iterate sorted sets elements and associated scores.Mono<ScoredValueScanCursor<V>>RedisSortedSetReactiveCommands. zscan(K key, ScanCursor scanCursor)Incrementally iterate sorted sets elements and associated scores.Mono<ScoredValueScanCursor<V>>RedisSortedSetReactiveCommands. zscan(K key, ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate sorted sets elements and associated scores. -
Uses of ScoredValueScanCursor in io.lettuce.core.api.sync
Methods in io.lettuce.core.api.sync that return ScoredValueScanCursor Modifier and Type Method Description ScoredValueScanCursor<V>RedisSortedSetCommands. zscan(K key)Incrementally iterate sorted sets elements and associated scores.ScoredValueScanCursor<V>RedisSortedSetCommands. zscan(K key, ScanArgs scanArgs)Incrementally iterate sorted sets elements and associated scores.ScoredValueScanCursor<V>RedisSortedSetCommands. zscan(K key, ScanCursor scanCursor)Incrementally iterate sorted sets elements and associated scores.ScoredValueScanCursor<V>RedisSortedSetCommands. zscan(K key, ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate sorted sets elements and associated scores. -
Uses of ScoredValueScanCursor in io.lettuce.core.cluster.api.async
Methods in io.lettuce.core.cluster.api.async that return types with arguments of type ScoredValueScanCursor Modifier and Type Method Description AsyncExecutions<ScoredValueScanCursor<V>>NodeSelectionSortedSetAsyncCommands. zscan(K key)Incrementally iterate sorted sets elements and associated scores.AsyncExecutions<ScoredValueScanCursor<V>>NodeSelectionSortedSetAsyncCommands. zscan(K key, ScanArgs scanArgs)Incrementally iterate sorted sets elements and associated scores.AsyncExecutions<ScoredValueScanCursor<V>>NodeSelectionSortedSetAsyncCommands. zscan(K key, ScanCursor scanCursor)Incrementally iterate sorted sets elements and associated scores.AsyncExecutions<ScoredValueScanCursor<V>>NodeSelectionSortedSetAsyncCommands. zscan(K key, ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate sorted sets elements and associated scores. -
Uses of ScoredValueScanCursor in io.lettuce.core.cluster.api.sync
Methods in io.lettuce.core.cluster.api.sync that return types with arguments of type ScoredValueScanCursor Modifier and Type Method Description Executions<ScoredValueScanCursor<V>>NodeSelectionSortedSetCommands. zscan(K key)Incrementally iterate sorted sets elements and associated scores.Executions<ScoredValueScanCursor<V>>NodeSelectionSortedSetCommands. zscan(K key, ScanArgs scanArgs)Incrementally iterate sorted sets elements and associated scores.Executions<ScoredValueScanCursor<V>>NodeSelectionSortedSetCommands. zscan(K key, ScanCursor scanCursor)Incrementally iterate sorted sets elements and associated scores.Executions<ScoredValueScanCursor<V>>NodeSelectionSortedSetCommands. zscan(K key, ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate sorted sets elements and associated scores.