Uses of Class
io.lettuce.core.StreamScanCursor
| 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 StreamScanCursor in io.lettuce.core
Methods in io.lettuce.core that return types with arguments of type StreamScanCursor Modifier and Type Method Description RedisFuture<StreamScanCursor>AbstractRedisAsyncCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key)RedisFuture<StreamScanCursor>AbstractRedisAsyncCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key, ScanArgs scanArgs)RedisFuture<StreamScanCursor>AbstractRedisAsyncCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key, ScanCursor scanCursor)RedisFuture<StreamScanCursor>AbstractRedisAsyncCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key, ScanCursor scanCursor, ScanArgs scanArgs)Mono<StreamScanCursor>AbstractRedisReactiveCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key)Mono<StreamScanCursor>AbstractRedisReactiveCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key, ScanArgs scanArgs)Mono<StreamScanCursor>AbstractRedisReactiveCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key, ScanCursor scanCursor)Mono<StreamScanCursor>AbstractRedisReactiveCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key, ScanCursor scanCursor, ScanArgs scanArgs)RedisFuture<StreamScanCursor>AbstractRedisAsyncCommands. scan(KeyStreamingChannel<K> channel)RedisFuture<StreamScanCursor>AbstractRedisAsyncCommands. scan(KeyStreamingChannel<K> channel, ScanArgs scanArgs)RedisFuture<StreamScanCursor>AbstractRedisAsyncCommands. scan(KeyStreamingChannel<K> channel, ScanCursor scanCursor)RedisFuture<StreamScanCursor>AbstractRedisAsyncCommands. scan(KeyStreamingChannel<K> channel, ScanCursor scanCursor, ScanArgs scanArgs)Mono<StreamScanCursor>AbstractRedisReactiveCommands. scan(KeyStreamingChannel<K> channel)Mono<StreamScanCursor>AbstractRedisReactiveCommands. scan(KeyStreamingChannel<K> channel, ScanArgs scanArgs)Mono<StreamScanCursor>AbstractRedisReactiveCommands. scan(KeyStreamingChannel<K> channel, ScanCursor scanCursor)Mono<StreamScanCursor>AbstractRedisReactiveCommands. scan(KeyStreamingChannel<K> channel, ScanCursor scanCursor, ScanArgs scanArgs)RedisFuture<StreamScanCursor>AbstractRedisAsyncCommands. sscan(ValueStreamingChannel<V> channel, K key)RedisFuture<StreamScanCursor>AbstractRedisAsyncCommands. sscan(ValueStreamingChannel<V> channel, K key, ScanArgs scanArgs)RedisFuture<StreamScanCursor>AbstractRedisAsyncCommands. sscan(ValueStreamingChannel<V> channel, K key, ScanCursor scanCursor)RedisFuture<StreamScanCursor>AbstractRedisAsyncCommands. sscan(ValueStreamingChannel<V> channel, K key, ScanCursor scanCursor, ScanArgs scanArgs)Mono<StreamScanCursor>AbstractRedisReactiveCommands. sscan(ValueStreamingChannel<V> channel, K key)Mono<StreamScanCursor>AbstractRedisReactiveCommands. sscan(ValueStreamingChannel<V> channel, K key, ScanArgs scanArgs)Mono<StreamScanCursor>AbstractRedisReactiveCommands. sscan(ValueStreamingChannel<V> channel, K key, ScanCursor scanCursor)Mono<StreamScanCursor>AbstractRedisReactiveCommands. sscan(ValueStreamingChannel<V> channel, K key, ScanCursor scanCursor, ScanArgs scanArgs)RedisFuture<StreamScanCursor>AbstractRedisAsyncCommands. zscan(ScoredValueStreamingChannel<V> channel, K key)RedisFuture<StreamScanCursor>AbstractRedisAsyncCommands. zscan(ScoredValueStreamingChannel<V> channel, K key, ScanArgs scanArgs)RedisFuture<StreamScanCursor>AbstractRedisAsyncCommands. zscan(ScoredValueStreamingChannel<V> channel, K key, ScanCursor scanCursor)RedisFuture<StreamScanCursor>AbstractRedisAsyncCommands. zscan(ScoredValueStreamingChannel<V> channel, K key, ScanCursor scanCursor, ScanArgs scanArgs)Mono<StreamScanCursor>AbstractRedisReactiveCommands. zscan(ScoredValueStreamingChannel<V> channel, K key)Mono<StreamScanCursor>AbstractRedisReactiveCommands. zscan(ScoredValueStreamingChannel<V> channel, K key, ScanArgs scanArgs)Mono<StreamScanCursor>AbstractRedisReactiveCommands. zscan(ScoredValueStreamingChannel<V> channel, K key, ScanCursor scanCursor)Mono<StreamScanCursor>AbstractRedisReactiveCommands. zscan(ScoredValueStreamingChannel<V> channel, K key, ScanCursor scanCursor, ScanArgs scanArgs) -
Uses of StreamScanCursor in io.lettuce.core.api.async
Methods in io.lettuce.core.api.async that return types with arguments of type StreamScanCursor Modifier and Type Method Description RedisFuture<StreamScanCursor>RedisHashAsyncCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key)Incrementally iterate hash fields and associated values.RedisFuture<StreamScanCursor>RedisHashAsyncCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key, ScanArgs scanArgs)Incrementally iterate hash fields and associated values.RedisFuture<StreamScanCursor>RedisHashAsyncCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key, ScanCursor scanCursor)Incrementally iterate hash fields and associated values.RedisFuture<StreamScanCursor>RedisHashAsyncCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key, ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate hash fields and associated values.RedisFuture<StreamScanCursor>RedisKeyAsyncCommands. scan(KeyStreamingChannel<K> channel)Incrementally iterate the keys space.RedisFuture<StreamScanCursor>RedisKeyAsyncCommands. scan(KeyStreamingChannel<K> channel, ScanArgs scanArgs)Incrementally iterate the keys space.RedisFuture<StreamScanCursor>RedisKeyAsyncCommands. scan(KeyStreamingChannel<K> channel, ScanCursor scanCursor)Incrementally iterate the keys space.RedisFuture<StreamScanCursor>RedisKeyAsyncCommands. scan(KeyStreamingChannel<K> channel, ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate the keys space.RedisFuture<StreamScanCursor>RedisSetAsyncCommands. sscan(ValueStreamingChannel<V> channel, K key)Incrementally iterate Set elements.RedisFuture<StreamScanCursor>RedisSetAsyncCommands. sscan(ValueStreamingChannel<V> channel, K key, ScanArgs scanArgs)Incrementally iterate Set elements.RedisFuture<StreamScanCursor>RedisSetAsyncCommands. sscan(ValueStreamingChannel<V> channel, K key, ScanCursor scanCursor)Incrementally iterate Set elements.RedisFuture<StreamScanCursor>RedisSetAsyncCommands. sscan(ValueStreamingChannel<V> channel, K key, ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate Set elements.RedisFuture<StreamScanCursor>RedisSortedSetAsyncCommands. zscan(ScoredValueStreamingChannel<V> channel, K key)Incrementally iterate sorted sets elements and associated scores.RedisFuture<StreamScanCursor>RedisSortedSetAsyncCommands. zscan(ScoredValueStreamingChannel<V> channel, K key, ScanArgs scanArgs)Incrementally iterate sorted sets elements and associated scores.RedisFuture<StreamScanCursor>RedisSortedSetAsyncCommands. zscan(ScoredValueStreamingChannel<V> channel, K key, ScanCursor scanCursor)Incrementally iterate sorted sets elements and associated scores.RedisFuture<StreamScanCursor>RedisSortedSetAsyncCommands. zscan(ScoredValueStreamingChannel<V> channel, K key, ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate sorted sets elements and associated scores. -
Uses of StreamScanCursor in io.lettuce.core.api.reactive
Methods in io.lettuce.core.api.reactive that return types with arguments of type StreamScanCursor Modifier and Type Method Description Mono<StreamScanCursor>RedisHashReactiveCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key)Deprecated.Mono<StreamScanCursor>RedisHashReactiveCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key, ScanArgs scanArgs)Deprecated.since 6.0 in favor of consuming large results through thePublisherreturned byRedisHashReactiveCommands.hscan(K).Mono<StreamScanCursor>RedisHashReactiveCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key, ScanCursor scanCursor)Deprecated.since 6.0 in favor of consuming large results through thePublisherreturned byRedisHashReactiveCommands.hscan(K).Mono<StreamScanCursor>RedisHashReactiveCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key, ScanCursor scanCursor, ScanArgs scanArgs)Deprecated.since 6.0 in favor of consuming large results through thePublisherreturned byRedisHashReactiveCommands.hscan(K).Mono<StreamScanCursor>RedisKeyReactiveCommands. scan(KeyStreamingChannel<K> channel)Deprecated.since 6.0 in favor of consuming large results through thePublisherreturned byRedisKeyReactiveCommands.scan().Mono<StreamScanCursor>RedisKeyReactiveCommands. scan(KeyStreamingChannel<K> channel, ScanArgs scanArgs)Deprecated.since 6.0 in favor of consuming large results through thePublisherreturned byRedisKeyReactiveCommands.scan().Mono<StreamScanCursor>RedisKeyReactiveCommands. scan(KeyStreamingChannel<K> channel, ScanCursor scanCursor)Deprecated.since 6.0 in favor of consuming large results through thePublisherreturned byRedisKeyReactiveCommands.scan().Mono<StreamScanCursor>RedisKeyReactiveCommands. scan(KeyStreamingChannel<K> channel, ScanCursor scanCursor, ScanArgs scanArgs)Deprecated.since 6.0 in favor of consuming large results through thePublisherreturned byRedisKeyReactiveCommands.scan().Mono<StreamScanCursor>RedisSetReactiveCommands. sscan(ValueStreamingChannel<V> channel, K key)Deprecated.since 6.0 in favor of consuming large results through thePublisherreturned byRedisSetReactiveCommands.sscan(K).Mono<StreamScanCursor>RedisSetReactiveCommands. sscan(ValueStreamingChannel<V> channel, K key, ScanArgs scanArgs)Deprecated.since 6.0 in favor of consuming large results through thePublisherreturned byRedisSetReactiveCommands.sscan(K).Mono<StreamScanCursor>RedisSetReactiveCommands. sscan(ValueStreamingChannel<V> channel, K key, ScanCursor scanCursor)Deprecated.since 6.0 in favor of consuming large results through thePublisherreturned byRedisSetReactiveCommands.sscan(K).Mono<StreamScanCursor>RedisSetReactiveCommands. sscan(ValueStreamingChannel<V> channel, K key, ScanCursor scanCursor, ScanArgs scanArgs)Deprecated.since 6.0 in favor of consuming large results through thePublisherreturned byRedisSetReactiveCommands.sscan(K).Mono<StreamScanCursor>RedisSortedSetReactiveCommands. zscan(ScoredValueStreamingChannel<V> channel, K key)Deprecated.since 6.0 in favor of consuming large results through thePublisherreturned byRedisSortedSetReactiveCommands.zscan(K).Mono<StreamScanCursor>RedisSortedSetReactiveCommands. zscan(ScoredValueStreamingChannel<V> channel, K key, ScanArgs scanArgs)Deprecated.since 6.0 in favor of consuming large results through thePublisherreturned byRedisSortedSetReactiveCommands.zscan(K).Mono<StreamScanCursor>RedisSortedSetReactiveCommands. zscan(ScoredValueStreamingChannel<V> channel, K key, ScanCursor scanCursor)Deprecated.since 6.0 in favor of consuming large results through thePublisherreturned byRedisSortedSetReactiveCommands.zscan(K).Mono<StreamScanCursor>RedisSortedSetReactiveCommands. zscan(ScoredValueStreamingChannel<V> channel, K key, ScanCursor scanCursor, ScanArgs scanArgs)Deprecated.since 6.0 in favor of consuming large results through thePublisherreturned byRedisSortedSetReactiveCommands.zscan(K). -
Uses of StreamScanCursor in io.lettuce.core.api.sync
Methods in io.lettuce.core.api.sync that return StreamScanCursor Modifier and Type Method Description StreamScanCursorRedisHashCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key)Incrementally iterate hash fields and associated values.StreamScanCursorRedisHashCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key, ScanArgs scanArgs)Incrementally iterate hash fields and associated values.StreamScanCursorRedisHashCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key, ScanCursor scanCursor)Incrementally iterate hash fields and associated values.StreamScanCursorRedisHashCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key, ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate hash fields and associated values.StreamScanCursorRedisKeyCommands. scan(KeyStreamingChannel<K> channel)Incrementally iterate the keys space.StreamScanCursorRedisKeyCommands. scan(KeyStreamingChannel<K> channel, ScanArgs scanArgs)Incrementally iterate the keys space.StreamScanCursorRedisKeyCommands. scan(KeyStreamingChannel<K> channel, ScanCursor scanCursor)Incrementally iterate the keys space.StreamScanCursorRedisKeyCommands. scan(KeyStreamingChannel<K> channel, ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate the keys space.StreamScanCursorRedisSetCommands. sscan(ValueStreamingChannel<V> channel, K key)Incrementally iterate Set elements.StreamScanCursorRedisSetCommands. sscan(ValueStreamingChannel<V> channel, K key, ScanArgs scanArgs)Incrementally iterate Set elements.StreamScanCursorRedisSetCommands. sscan(ValueStreamingChannel<V> channel, K key, ScanCursor scanCursor)Incrementally iterate Set elements.StreamScanCursorRedisSetCommands. sscan(ValueStreamingChannel<V> channel, K key, ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate Set elements.StreamScanCursorRedisSortedSetCommands. zscan(ScoredValueStreamingChannel<V> channel, K key)Incrementally iterate sorted sets elements and associated scores.StreamScanCursorRedisSortedSetCommands. zscan(ScoredValueStreamingChannel<V> channel, K key, ScanArgs scanArgs)Incrementally iterate sorted sets elements and associated scores.StreamScanCursorRedisSortedSetCommands. zscan(ScoredValueStreamingChannel<V> channel, K key, ScanCursor scanCursor)Incrementally iterate sorted sets elements and associated scores.StreamScanCursorRedisSortedSetCommands. zscan(ScoredValueStreamingChannel<V> channel, K key, ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate sorted sets elements and associated scores. -
Uses of StreamScanCursor in io.lettuce.core.cluster
Methods in io.lettuce.core.cluster that return types with arguments of type StreamScanCursor Modifier and Type Method Description RedisFuture<StreamScanCursor>RedisAdvancedClusterAsyncCommandsImpl. scan(KeyStreamingChannel<K> channel)RedisFuture<StreamScanCursor>RedisAdvancedClusterAsyncCommandsImpl. scan(KeyStreamingChannel<K> channel, ScanArgs scanArgs)RedisFuture<StreamScanCursor>RedisAdvancedClusterAsyncCommandsImpl. scan(KeyStreamingChannel<K> channel, ScanCursor scanCursor)RedisFuture<StreamScanCursor>RedisAdvancedClusterAsyncCommandsImpl. scan(KeyStreamingChannel<K> channel, ScanCursor scanCursor, ScanArgs scanArgs)Mono<StreamScanCursor>RedisAdvancedClusterReactiveCommandsImpl. scan(KeyStreamingChannel<K> channel)Mono<StreamScanCursor>RedisAdvancedClusterReactiveCommandsImpl. scan(KeyStreamingChannel<K> channel, ScanArgs scanArgs)Mono<StreamScanCursor>RedisAdvancedClusterReactiveCommandsImpl. scan(KeyStreamingChannel<K> channel, ScanCursor scanCursor)Mono<StreamScanCursor>RedisAdvancedClusterReactiveCommandsImpl. scan(KeyStreamingChannel<K> channel, ScanCursor scanCursor, ScanArgs scanArgs) -
Uses of StreamScanCursor in io.lettuce.core.cluster.api.async
Methods in io.lettuce.core.cluster.api.async that return types with arguments of type StreamScanCursor Modifier and Type Method Description AsyncExecutions<StreamScanCursor>NodeSelectionHashAsyncCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key)Incrementally iterate hash fields and associated values.AsyncExecutions<StreamScanCursor>NodeSelectionHashAsyncCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key, ScanArgs scanArgs)Incrementally iterate hash fields and associated values.AsyncExecutions<StreamScanCursor>NodeSelectionHashAsyncCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key, ScanCursor scanCursor)Incrementally iterate hash fields and associated values.AsyncExecutions<StreamScanCursor>NodeSelectionHashAsyncCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key, ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate hash fields and associated values.AsyncExecutions<StreamScanCursor>NodeSelectionKeyAsyncCommands. scan(KeyStreamingChannel<K> channel)Incrementally iterate the keys space.AsyncExecutions<StreamScanCursor>NodeSelectionKeyAsyncCommands. scan(KeyStreamingChannel<K> channel, ScanArgs scanArgs)Incrementally iterate the keys space.AsyncExecutions<StreamScanCursor>NodeSelectionKeyAsyncCommands. scan(KeyStreamingChannel<K> channel, ScanCursor scanCursor)Incrementally iterate the keys space.AsyncExecutions<StreamScanCursor>NodeSelectionKeyAsyncCommands. scan(KeyStreamingChannel<K> channel, ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate the keys space.RedisFuture<StreamScanCursor>RedisAdvancedClusterAsyncCommands. scan(KeyStreamingChannel<K> channel)Incrementally iterate the keys space over the whole Cluster.RedisFuture<StreamScanCursor>RedisAdvancedClusterAsyncCommands. scan(KeyStreamingChannel<K> channel, ScanArgs scanArgs)Incrementally iterate the keys space over the whole Cluster.RedisFuture<StreamScanCursor>RedisAdvancedClusterAsyncCommands. scan(KeyStreamingChannel<K> channel, ScanCursor scanCursor)Incrementally iterate the keys space over the whole Cluster.RedisFuture<StreamScanCursor>RedisAdvancedClusterAsyncCommands. scan(KeyStreamingChannel<K> channel, ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate the keys space over the whole Cluster.AsyncExecutions<StreamScanCursor>NodeSelectionSetAsyncCommands. sscan(ValueStreamingChannel<V> channel, K key)Incrementally iterate Set elements.AsyncExecutions<StreamScanCursor>NodeSelectionSetAsyncCommands. sscan(ValueStreamingChannel<V> channel, K key, ScanArgs scanArgs)Incrementally iterate Set elements.AsyncExecutions<StreamScanCursor>NodeSelectionSetAsyncCommands. sscan(ValueStreamingChannel<V> channel, K key, ScanCursor scanCursor)Incrementally iterate Set elements.AsyncExecutions<StreamScanCursor>NodeSelectionSetAsyncCommands. sscan(ValueStreamingChannel<V> channel, K key, ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate Set elements.AsyncExecutions<StreamScanCursor>NodeSelectionSortedSetAsyncCommands. zscan(ScoredValueStreamingChannel<V> channel, K key)Incrementally iterate sorted sets elements and associated scores.AsyncExecutions<StreamScanCursor>NodeSelectionSortedSetAsyncCommands. zscan(ScoredValueStreamingChannel<V> channel, K key, ScanArgs scanArgs)Incrementally iterate sorted sets elements and associated scores.AsyncExecutions<StreamScanCursor>NodeSelectionSortedSetAsyncCommands. zscan(ScoredValueStreamingChannel<V> channel, K key, ScanCursor scanCursor)Incrementally iterate sorted sets elements and associated scores.AsyncExecutions<StreamScanCursor>NodeSelectionSortedSetAsyncCommands. zscan(ScoredValueStreamingChannel<V> channel, K key, ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate sorted sets elements and associated scores. -
Uses of StreamScanCursor in io.lettuce.core.cluster.api.reactive
Methods in io.lettuce.core.cluster.api.reactive that return types with arguments of type StreamScanCursor Modifier and Type Method Description Mono<StreamScanCursor>RedisAdvancedClusterReactiveCommands. scan(KeyStreamingChannel<K> channel)Incrementally iterate the keys space over the whole Cluster.Mono<StreamScanCursor>RedisAdvancedClusterReactiveCommands. scan(KeyStreamingChannel<K> channel, ScanArgs scanArgs)Incrementally iterate the keys space over the whole Cluster.Mono<StreamScanCursor>RedisAdvancedClusterReactiveCommands. scan(KeyStreamingChannel<K> channel, ScanCursor scanCursor)Incrementally iterate the keys space over the whole Cluster.Mono<StreamScanCursor>RedisAdvancedClusterReactiveCommands. scan(KeyStreamingChannel<K> channel, ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate the keys space over the whole Cluster. -
Uses of StreamScanCursor in io.lettuce.core.cluster.api.sync
Methods in io.lettuce.core.cluster.api.sync that return StreamScanCursor Modifier and Type Method Description StreamScanCursorRedisAdvancedClusterCommands. scan(KeyStreamingChannel<K> channel)Incrementally iterate the keys space over the whole Cluster.StreamScanCursorRedisAdvancedClusterCommands. scan(KeyStreamingChannel<K> channel, ScanArgs scanArgs)Incrementally iterate the keys space over the whole Cluster.StreamScanCursorRedisAdvancedClusterCommands. scan(KeyStreamingChannel<K> channel, ScanCursor scanCursor)Incrementally iterate the keys space over the whole Cluster.StreamScanCursorRedisAdvancedClusterCommands. scan(KeyStreamingChannel<K> channel, 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 StreamScanCursor Modifier and Type Method Description Executions<StreamScanCursor>NodeSelectionHashCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key)Incrementally iterate hash fields and associated values.Executions<StreamScanCursor>NodeSelectionHashCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key, ScanArgs scanArgs)Incrementally iterate hash fields and associated values.Executions<StreamScanCursor>NodeSelectionHashCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key, ScanCursor scanCursor)Incrementally iterate hash fields and associated values.Executions<StreamScanCursor>NodeSelectionHashCommands. hscan(KeyValueStreamingChannel<K,V> channel, K key, ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate hash fields and associated values.Executions<StreamScanCursor>NodeSelectionKeyCommands. scan(KeyStreamingChannel<K> channel)Incrementally iterate the keys space.Executions<StreamScanCursor>NodeSelectionKeyCommands. scan(KeyStreamingChannel<K> channel, ScanArgs scanArgs)Incrementally iterate the keys space.Executions<StreamScanCursor>NodeSelectionKeyCommands. scan(KeyStreamingChannel<K> channel, ScanCursor scanCursor)Incrementally iterate the keys space.Executions<StreamScanCursor>NodeSelectionKeyCommands. scan(KeyStreamingChannel<K> channel, ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate the keys space.Executions<StreamScanCursor>NodeSelectionSetCommands. sscan(ValueStreamingChannel<V> channel, K key)Incrementally iterate Set elements.Executions<StreamScanCursor>NodeSelectionSetCommands. sscan(ValueStreamingChannel<V> channel, K key, ScanArgs scanArgs)Incrementally iterate Set elements.Executions<StreamScanCursor>NodeSelectionSetCommands. sscan(ValueStreamingChannel<V> channel, K key, ScanCursor scanCursor)Incrementally iterate Set elements.Executions<StreamScanCursor>NodeSelectionSetCommands. sscan(ValueStreamingChannel<V> channel, K key, ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate Set elements.Executions<StreamScanCursor>NodeSelectionSortedSetCommands. zscan(ScoredValueStreamingChannel<V> channel, K key)Incrementally iterate sorted sets elements and associated scores.Executions<StreamScanCursor>NodeSelectionSortedSetCommands. zscan(ScoredValueStreamingChannel<V> channel, K key, ScanArgs scanArgs)Incrementally iterate sorted sets elements and associated scores.Executions<StreamScanCursor>NodeSelectionSortedSetCommands. zscan(ScoredValueStreamingChannel<V> channel, K key, ScanCursor scanCursor)Incrementally iterate sorted sets elements and associated scores.Executions<StreamScanCursor>NodeSelectionSortedSetCommands. zscan(ScoredValueStreamingChannel<V> channel, K key, ScanCursor scanCursor, ScanArgs scanArgs)Incrementally iterate sorted sets elements and associated scores.
Publisherreturned byRedisHashReactiveCommands.hscan(K).