Interface TopKFilterPipelineCommands
- All Known Subinterfaces:
RedisBloomPipelineCommands,RedisModulePipelineCommands
- All Known Implementing Classes:
ClusterPipeline,MultiNodePipelineBase,Pipeline,ReliableTransaction,ShardedPipeline,Transaction,TransactionBase
public interface TopKFilterPipelineCommands
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.As of RedisBloom 2.4, this command is regarded as deprecated.topkIncrBy(String key, Map<String, Long> itemIncrements) topkListWithCount(String key) topkReserve(String key, long topk) topkReserve(String key, long topk, long width, long depth, double decay)
-
Method Details
-
topkReserve
-
topkReserve
-
topkAdd
-
topkIncrBy
-
topkQuery
-
topkCount
Deprecated.As of RedisBloom 2.4, this command is regarded as deprecated. -
topkList
-
topkListWithCount
-
topkInfo
-