Uses of Class
org.springframework.data.redis.core.KeyScanOptions
Packages that use 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
Methods in org.springframework.data.redis.connection with parameters of type KeyScanOptionsModifier and TypeMethodDescriptiondefault Flux<ByteBuffer>ReactiveKeyCommands.scan(KeyScanOptions options) Use aFluxto iterate over keys.default Cursor<byte[]>RedisKeyCommands.scan(KeyScanOptions options) Use aCursorto iterate over keys. -
Uses of KeyScanOptions in org.springframework.data.redis.core
Fields in org.springframework.data.redis.core declared as KeyScanOptionsModifier and TypeFieldDescriptionstatic KeyScanOptionsKeyScanOptions.NONEConstant to apply defaultKeyScanOptionswithout setting a limit or matching a pattern.