Interface CuckooFilterPipelineCommands
- All Known Subinterfaces:
RedisBloomPipelineCommands,RedisModulePipelineCommands
- All Known Implementing Classes:
ClusterPipeline,MultiNodePipelineBase,Pipeline,ReliableTransaction,ShardedPipeline,Transaction,TransactionBase
public interface CuckooFilterPipelineCommands
-
Method Summary
Modifier and TypeMethodDescriptioncfInsert(String key, CFInsertParams insertParams, String... items) cfInsertNx(String key, String... items) cfInsertNx(String key, CFInsertParams insertParams, String... items) cfLoadChunk(String key, long iterator, byte[] data) cfReserve(String key, long capacity, CFReserveParams reserveParams) cfScanDump(String key, long iterator)
-
Method Details
-
cfReserve
-
cfReserve
-
cfAdd
-
cfAddNx
-
cfInsert
-
cfInsert
-
cfInsertNx
-
cfInsertNx
-
cfExists
-
cfDel
-
cfCount
-
cfScanDump
-
cfLoadChunk
-
cfInfo
-