Uses of Class
org.springframework.data.redis.core.KeyScanOptions
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Core package for integrating Redis with Spring concepts.
-
Uses of KeyScanOptions in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptiondefault reactor.core.publisher.Flux<ByteBuffer>
ReactiveKeyCommands.scan
(KeyScanOptions options) Use aFlux
to iterate over keys.default Cursor<byte[]>
RedisKeyCommands.scan
(KeyScanOptions options) Use aCursor
to iterate over keys. -
Uses of KeyScanOptions in org.springframework.data.redis.core
Modifier and TypeFieldDescriptionstatic KeyScanOptions
KeyScanOptions.NONE
Constant to apply defaultKeyScanOptions
without setting a limit or matching a pattern.