Interface BloomFilterPipelineCommands
- All Known Subinterfaces:
RedisBloomPipelineCommands,RedisModulePipelineCommands
- All Known Implementing Classes:
ClusterPipeline,MultiNodePipelineBase,Pipeline,ReliableTransaction,ShardedPipeline,Transaction,TransactionBase
public interface BloomFilterPipelineCommands
-
Method Summary
Modifier and TypeMethodDescriptionbfInsert(String key, BFInsertParams insertParams, String... items) bfLoadChunk(String key, long iterator, byte[] data) bfReserve(String key, double errorRate, long capacity, BFReserveParams reserveParams) bfScanDump(String key, long iterator)
-
Method Details
-
bfReserve
-
bfReserve
Response<String> bfReserve(String key, double errorRate, long capacity, BFReserveParams reserveParams) -
bfAdd
-
bfMAdd
-
bfInsert
-
bfInsert
-
bfExists
-
bfMExists
-
bfScanDump
-
bfLoadChunk
-
bfCard
-
bfInfo
-