| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.api.async |
Standalone Redis API for asynchronous executed commands.
|
| io.lettuce.core.api.reactive |
Standalone Redis API for reactive command execution.
|
| io.lettuce.core.api.sync |
Standalone Redis API for synchronous executed commands.
|
| io.lettuce.core.cluster.api.async |
Redis Cluster API for asynchronous executed commands.
|
| io.lettuce.core.cluster.api.sync |
Redis Cluster API for synchronous executed commands.
|
| io.lettuce.core.probabilistic |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<ScanDumpValue> |
AbstractRedisAsyncCommands.bfScanDump(K key,
long iterator) |
reactor.core.publisher.Mono<ScanDumpValue> |
AbstractRedisReactiveCommands.bfScanDump(K key,
long iterator) |
RedisFuture<ScanDumpValue> |
AbstractRedisAsyncCommands.cfScanDump(K key,
long cursor) |
reactor.core.publisher.Mono<ScanDumpValue> |
AbstractRedisReactiveCommands.cfScanDump(K key,
long cursor) |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<ScanDumpValue> |
RedisBloomFilterAsyncCommands.bfScanDump(K key,
long iterator)
Begins an incremental save of the Bloom filter.
|
RedisFuture<ScanDumpValue> |
RedisCuckooFilterAsyncCommands.cfScanDump(K key,
long cursor)
Begins an incremental save of the Cuckoo filter.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<ScanDumpValue> |
RedisBloomFilterReactiveCommands.bfScanDump(K key,
long iterator)
Begins an incremental save of the Bloom filter.
|
reactor.core.publisher.Mono<ScanDumpValue> |
RedisCuckooFilterReactiveCommands.cfScanDump(K key,
long cursor)
Begins an incremental save of the Cuckoo filter.
|
| Modifier and Type | Method and Description |
|---|---|
ScanDumpValue |
RedisBloomFilterCommands.bfScanDump(K key,
long iterator)
Begins an incremental save of the Bloom filter.
|
ScanDumpValue |
RedisCuckooFilterCommands.cfScanDump(K key,
long cursor)
Begins an incremental save of the Cuckoo filter.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<ScanDumpValue> |
NodeSelectionBloomFilterAsyncCommands.bfScanDump(K key,
long iterator)
Begins an incremental save of the Bloom filter.
|
AsyncExecutions<ScanDumpValue> |
NodeSelectionCuckooFilterAsyncCommands.cfScanDump(K key,
long cursor)
Begins an incremental save of the Cuckoo filter.
|
| Modifier and Type | Method and Description |
|---|---|
Executions<ScanDumpValue> |
NodeSelectionBloomFilterCommands.bfScanDump(K key,
long iterator)
Begins an incremental save of the Bloom filter.
|
Executions<ScanDumpValue> |
NodeSelectionCuckooFilterCommands.cfScanDump(K key,
long cursor)
Begins an incremental save of the Cuckoo filter.
|
| Modifier and Type | Method and Description |
|---|---|
ScanDumpValue |
ScanDumpValueParser.parse(ComplexData data) |
Copyright © 2026 lettuce.io. All rights reserved.