| Package | Description |
|---|---|
| org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
|
| org.springframework.data.redis.core |
Core package for integrating Redis with Spring concepts.
|
| Modifier and Type | Method and Description |
|---|---|
default Cursor<byte[]> |
RedisKeyCommands.scan(KeyScanOptions options)
Use a
Cursor to iterate over keys. |
default reactor.core.publisher.Flux<ByteBuffer> |
ReactiveKeyCommands.scan(KeyScanOptions options)
Use a
Flux to iterate over keys. |
| Modifier and Type | Field and Description |
|---|---|
static KeyScanOptions |
KeyScanOptions.NONE
Constant to apply default
KeyScanOptions without setting a limit or matching a pattern. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.