Class ScanOptions
java.lang.Object
org.springframework.data.redis.core.ScanOptions
- Direct Known Subclasses:
KeyScanOptions
Options to be used for with SCAN commands.
- Since:
- 1.4
- Author:
- Christoph Strobl, Thomas Darimont, Mark Paluch
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic ScanOptions
Constant to apply defaultScanOptions
without setting a limit or matching a pattern. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getCount()
Static factory method that returns a newScanOptions.ScanOptionsBuilder
.
-
Field Details
-
NONE
Constant to apply defaultScanOptions
without setting a limit or matching a pattern.
-
-
Method Details
-
scanOptions
Static factory method that returns a newScanOptions.ScanOptionsBuilder
.- Returns:
-
getCount
-
getPattern
-
getBytePattern
-
toOptionString
-