| Package | Description |
|---|---|
| org.springframework.data.redis.core |
Core package for integrating Redis with Spring concepts.
|
| Modifier and Type | Method and Description |
|---|---|
ScanOptions.ScanOptionsBuilder |
ScanOptions.ScanOptionsBuilder.count(long count)
Returns the current
ScanOptions.ScanOptionsBuilder configured with the given count. |
ScanOptions.ScanOptionsBuilder |
ScanOptions.ScanOptionsBuilder.match(String pattern)
Returns the current
ScanOptions.ScanOptionsBuilder configured with the given pattern. |
static ScanOptions.ScanOptionsBuilder |
ScanOptions.scanOptions()
Static factory method that returns a new
ScanOptions.ScanOptionsBuilder. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.