| 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.cfReserve(String key,
long capacity,
CFReserveParams reserveParams) |
Response<String> |
PipeliningBase.cfReserve(String key,
long capacity,
CFReserveParams reserveParams) |
String |
UnifiedJedis.cfReserve(String key,
long capacity,
CFReserveParams reserveParams) |
| Modifier and Type | Method and Description |
|---|---|
CFReserveParams |
CFReserveParams.bucketSize(long bucketSize) |
CFReserveParams |
CFReserveParams.expansion(int expansion) |
CFReserveParams |
CFReserveParams.maxIterations(int maxIterations) |
static CFReserveParams |
CFReserveParams.reserveParams() |
| Modifier and Type | Method and Description |
|---|---|
Response<String> |
CuckooFilterPipelineCommands.cfReserve(String key,
long capacity,
CFReserveParams reserveParams) |
String |
CuckooFilterCommands.cfReserve(String key,
long capacity,
CFReserveParams reserveParams)
CF.RESERVE Creates a Cuckoo Filter under key with the given parameters
|
Copyright © 2024. All rights reserved.