| Package | Description |
|---|---|
| io.valkey | |
| io.valkey.bloom |
This package contains the classes related to RedisBloom module.
|
| io.valkey.bloom.commands |
This package contains the interfaces that contain methods representing RedisBloom commands.
|
| Modifier and Type | Method and Description |
|---|---|
CommandObject<String> |
CommandObjects.bfReserve(String key,
double errorRate,
long capacity,
BFReserveParams reserveParams) |
Response<String> |
PipeliningBase.bfReserve(String key,
double errorRate,
long capacity,
BFReserveParams reserveParams) |
String |
UnifiedJedis.bfReserve(String key,
double errorRate,
long capacity,
BFReserveParams reserveParams) |
| Modifier and Type | Method and Description |
|---|---|
BFReserveParams |
BFReserveParams.expansion(int expansion) |
BFReserveParams |
BFReserveParams.nonScaling() |
static BFReserveParams |
BFReserveParams.reserveParams() |
| Modifier and Type | Method and Description |
|---|---|
Response<String> |
BloomFilterPipelineCommands.bfReserve(String key,
double errorRate,
long capacity,
BFReserveParams reserveParams) |
String |
BloomFilterCommands.bfReserve(String key,
double errorRate,
long capacity,
BFReserveParams reserveParams)
BF.RESERVE {key} {error_rate} {capacity} [EXPANSION {expansion}] [NONSCALING] |
Copyright © 2024. All rights reserved.