| 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.arguments |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<String> |
AbstractRedisAsyncCommands.bfReserve(K key,
double errorRate,
long capacity,
BfReserveArgs reserveArgs) |
reactor.core.publisher.Mono<String> |
AbstractRedisReactiveCommands.bfReserve(K key,
double errorRate,
long capacity,
BfReserveArgs reserveArgs) |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<String> |
RedisBloomFilterAsyncCommands.bfReserve(K key,
double errorRate,
long capacity,
BfReserveArgs reserveArgs)
Creates an empty Bloom filter with a single sub-filter for the initial specified capacity and with an upper bound error
rate.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<String> |
RedisBloomFilterReactiveCommands.bfReserve(K key,
double errorRate,
long capacity,
BfReserveArgs reserveArgs)
Creates an empty Bloom filter with a single sub-filter for the initial specified capacity and with an upper bound error
rate.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RedisBloomFilterCommands.bfReserve(K key,
double errorRate,
long capacity,
BfReserveArgs reserveArgs)
Creates an empty Bloom filter with a single sub-filter for the initial specified capacity and with an upper bound error
rate.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<String> |
NodeSelectionBloomFilterAsyncCommands.bfReserve(K key,
double errorRate,
long capacity,
BfReserveArgs reserveArgs)
Creates an empty Bloom filter with a single sub-filter for the initial specified capacity and with an upper bound error
rate.
|
| Modifier and Type | Method and Description |
|---|---|
Executions<String> |
NodeSelectionBloomFilterCommands.bfReserve(K key,
double errorRate,
long capacity,
BfReserveArgs reserveArgs)
Creates an empty Bloom filter with a single sub-filter for the initial specified capacity and with an upper bound error
rate.
|
| Modifier and Type | Method and Description |
|---|---|
BfReserveArgs |
BfReserveArgs.expansion(long expansion)
Sets the expansion rate of the filter.
|
static BfReserveArgs |
BfReserveArgs.Builder.expansion(long expansion)
Creates a new
BfReserveArgs and sets the expansion rate of the filter. |
BfReserveArgs |
BfReserveArgs.nonScaling()
Sets the non scaling flag.
|
static BfReserveArgs |
BfReserveArgs.Builder.nonScaling()
Creates a new
BfReserveArgs and sets the non scaling flag. |
Copyright © 2026 lettuce.io. All rights reserved.