Uses of Class
io.lettuce.core.KeyScanCursor
| 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 |
Client for Redis Cluster, see
RedisClusterClient. |
| io.lettuce.core.cluster.api.async |
Redis Cluster API for asynchronous executed commands.
|
| io.lettuce.core.cluster.api.reactive |
Redis Cluster API for reactive command execution.
|
| io.lettuce.core.cluster.api.sync |
Redis Cluster API for synchronous executed commands.
|
-
Uses of KeyScanCursor in io.lettuce.core
Methods in io.lettuce.core that return types with arguments of type KeyScanCursor Modifier and Type Method Description RedisFuture<KeyScanCursor<K>>AbstractRedisAsyncCommands. scan()RedisFuture<KeyScanCursor<K>>AbstractRedisAsyncCommands. scan(ScanArgs scanArgs)RedisFuture<KeyScanCursor<K>>AbstractRedisAsyncCommands. scan(ScanCursor scanCursor)RedisFuture<KeyScanCursor<K>>AbstractRedisAsyncCommands. scan(ScanCursor scanCursor, ScanArgs scanArgs)Mono<KeyScanCursor<K>>AbstractRedisReactiveCommands. scan()Mono<KeyScanCursor<K>>AbstractRedisReactiveCommands. scan(ScanArgs scanArgs)Mono<KeyScanCursor<K>>AbstractRedisReactiveCommands. scan(ScanCursor scanCursor)Mono<KeyScanCursor<K>>AbstractRedisReactiveCommands. scan(ScanCursor scanCursor, ScanArgs scanArgs) -
Uses of KeyScanCursor in io.lettuce.core.api.async
Methods in io.lettuce.core.api.async that return types with arguments of type KeyScanCursor Modifier and Type Method Description RedisFuture<KeyScanCursor<K>>RedisKeyAsyncCommands. scan()Incrementally iterate the keys space.RedisFuture<KeyScanCursor<K>>RedisKeyAsyncCommands. scan(ScanArgs scanArgs)Incrementally iterate the keys space.RedisFuture<KeyScanCursor<K>>RedisKeyAsyncCommands. scan(ScanCursor scanCursor)Incrementally iterate the keys space.RedisFuture<KeyScanCursor<K>>RedisKeyAsyncCommands. scan(ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate the keys space. -
Uses of KeyScanCursor in io.lettuce.core.api.reactive
Methods in io.lettuce.core.api.reactive that return types with arguments of type KeyScanCursor Modifier and Type Method Description Mono<KeyScanCursor<K>>RedisKeyReactiveCommands. scan()Incrementally iterate the keys space.Mono<KeyScanCursor<K>>RedisKeyReactiveCommands. scan(ScanArgs scanArgs)Incrementally iterate the keys space.Mono<KeyScanCursor<K>>RedisKeyReactiveCommands. scan(ScanCursor scanCursor)Incrementally iterate the keys space.Mono<KeyScanCursor<K>>RedisKeyReactiveCommands. scan(ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate the keys space. -
Uses of KeyScanCursor in io.lettuce.core.api.sync
Methods in io.lettuce.core.api.sync that return KeyScanCursor Modifier and Type Method Description KeyScanCursor<K>RedisKeyCommands. scan()Incrementally iterate the keys space.KeyScanCursor<K>RedisKeyCommands. scan(ScanArgs scanArgs)Incrementally iterate the keys space.KeyScanCursor<K>RedisKeyCommands. scan(ScanCursor scanCursor)Incrementally iterate the keys space.KeyScanCursor<K>RedisKeyCommands. scan(ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate the keys space. -
Uses of KeyScanCursor in io.lettuce.core.cluster
Methods in io.lettuce.core.cluster that return types with arguments of type KeyScanCursor Modifier and Type Method Description RedisFuture<KeyScanCursor<K>>RedisAdvancedClusterAsyncCommandsImpl. scan()RedisFuture<KeyScanCursor<K>>RedisAdvancedClusterAsyncCommandsImpl. scan(ScanArgs scanArgs)RedisFuture<KeyScanCursor<K>>RedisAdvancedClusterAsyncCommandsImpl. scan(ScanCursor scanCursor)RedisFuture<KeyScanCursor<K>>RedisAdvancedClusterAsyncCommandsImpl. scan(ScanCursor scanCursor, ScanArgs scanArgs)Mono<KeyScanCursor<K>>RedisAdvancedClusterReactiveCommandsImpl. scan()Mono<KeyScanCursor<K>>RedisAdvancedClusterReactiveCommandsImpl. scan(ScanArgs scanArgs)Mono<KeyScanCursor<K>>RedisAdvancedClusterReactiveCommandsImpl. scan(ScanCursor scanCursor)Mono<KeyScanCursor<K>>RedisAdvancedClusterReactiveCommandsImpl. scan(ScanCursor scanCursor, ScanArgs scanArgs) -
Uses of KeyScanCursor in io.lettuce.core.cluster.api.async
Methods in io.lettuce.core.cluster.api.async that return types with arguments of type KeyScanCursor Modifier and Type Method Description AsyncExecutions<KeyScanCursor<K>>NodeSelectionKeyAsyncCommands. scan()Incrementally iterate the keys space.AsyncExecutions<KeyScanCursor<K>>NodeSelectionKeyAsyncCommands. scan(ScanArgs scanArgs)Incrementally iterate the keys space.AsyncExecutions<KeyScanCursor<K>>NodeSelectionKeyAsyncCommands. scan(ScanCursor scanCursor)Incrementally iterate the keys space.AsyncExecutions<KeyScanCursor<K>>NodeSelectionKeyAsyncCommands. scan(ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate the keys space.RedisFuture<KeyScanCursor<K>>RedisAdvancedClusterAsyncCommands. scan()Incrementally iterate the keys space over the whole Cluster.RedisFuture<KeyScanCursor<K>>RedisAdvancedClusterAsyncCommands. scan(ScanArgs scanArgs)Incrementally iterate the keys space over the whole Cluster.RedisFuture<KeyScanCursor<K>>RedisAdvancedClusterAsyncCommands. scan(ScanCursor scanCursor)Incrementally iterate the keys space over the whole Cluster.RedisFuture<KeyScanCursor<K>>RedisAdvancedClusterAsyncCommands. scan(ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate the keys space over the whole Cluster. -
Uses of KeyScanCursor in io.lettuce.core.cluster.api.reactive
Methods in io.lettuce.core.cluster.api.reactive that return types with arguments of type KeyScanCursor Modifier and Type Method Description Mono<KeyScanCursor<K>>RedisAdvancedClusterReactiveCommands. scan()Incrementally iterate the keys space over the whole Cluster.Mono<KeyScanCursor<K>>RedisAdvancedClusterReactiveCommands. scan(ScanArgs scanArgs)Incrementally iterate the keys space over the whole Cluster.Mono<KeyScanCursor<K>>RedisAdvancedClusterReactiveCommands. scan(ScanCursor scanCursor)Incrementally iterate the keys space over the whole Cluster.Mono<KeyScanCursor<K>>RedisAdvancedClusterReactiveCommands. scan(ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate the keys space over the whole Cluster. -
Uses of KeyScanCursor in io.lettuce.core.cluster.api.sync
Methods in io.lettuce.core.cluster.api.sync that return KeyScanCursor Modifier and Type Method Description KeyScanCursor<K>RedisAdvancedClusterCommands. scan()Incrementally iterate the keys space over the whole Cluster.KeyScanCursor<K>RedisAdvancedClusterCommands. scan(ScanArgs scanArgs)Incrementally iterate the keys space over the whole Cluster.KeyScanCursor<K>RedisAdvancedClusterCommands. scan(ScanCursor scanCursor)Incrementally iterate the keys space over the whole Cluster.KeyScanCursor<K>RedisAdvancedClusterCommands. scan(ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate the keys space over the whole Cluster.Methods in io.lettuce.core.cluster.api.sync that return types with arguments of type KeyScanCursor Modifier and Type Method Description Executions<KeyScanCursor<K>>NodeSelectionKeyCommands. scan()Incrementally iterate the keys space.Executions<KeyScanCursor<K>>NodeSelectionKeyCommands. scan(ScanArgs scanArgs)Incrementally iterate the keys space.Executions<KeyScanCursor<K>>NodeSelectionKeyCommands. scan(ScanCursor scanCursor)Incrementally iterate the keys space.Executions<KeyScanCursor<K>>NodeSelectionKeyCommands. scan(ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate the keys space.