Uses of Class
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyScanCommand
Packages that use ReactiveRedisConnection.KeyScanCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveRedisConnection.KeyScanCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveRedisConnection.KeyScanCommandModifier and TypeMethodDescriptionReactiveRedisConnection.KeyScanCommand.key
(ByteBuffer key) Creates a newReactiveRedisConnection.KeyScanCommand
given akey
.ReactiveRedisConnection.KeyScanCommand.withOptions
(ScanOptions options) AppliesScanOptions
.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveRedisConnection.KeyScanCommandModifier and TypeMethodDescriptionFlux<ReactiveRedisConnection.CommandResponse<ReactiveRedisConnection.KeyCommand,
Flux<Map.Entry<ByteBuffer, ByteBuffer>>>> ReactiveHashCommands.hScan
(Publisher<ReactiveRedisConnection.KeyScanCommand> commands) Use aFlux
to iterate over entries in the hash atkey
.ReactiveSetCommands.sScan
(Publisher<ReactiveRedisConnection.KeyScanCommand> commands) Use aFlux
to iterate over members in the set atkey
.ReactiveZSetCommands.zScan
(Publisher<ReactiveRedisConnection.KeyScanCommand> commands) Use aFlux
to iterate over members in the sorted set atkey
.