Package com.redis.lettucemod.api.sync
Interface RedisBloomCommands<K,V>
- All Known Subinterfaces:
RedisModulesAdvancedClusterCommands<K,,V> RedisModulesClusterCommands<K,,V> RedisModulesCommands<K,V>
public interface RedisBloomCommands<K,V>
-
Method Summary
Modifier and TypeMethodDescriptionbfInfo(K key, BloomFilterInfoType type) bfInsert(K key, BloomFilterInsertOptions options, V... items) bfReserve(K key, double errorRate, long capacity, BloomFilterReserveOptions options) cfInsert(K key, CuckooFilterInsertOptions options, V... items) cfInsertNx(K key, CuckooFilterInsertOptions options, V... items) cfInsertNx(K key, V... items) cfRserve(K key, long capacity, CuckooFilterReserveOptions options) cmsIncrBy(K key, LongScoredValue<V>... itemIncrements) cmsInitByDim(K key, long width, long depth) cmsInitByProb(K key, double error, double probability) cmsMerge(K destKey, LongScoredValue<K>... sourceKeyWeights) tDigestAdd(K key, double... values) tDigestByRank(K key, long... ranks) tDigestByRevRank(K key, long... revRanks) tDigestCdf(K key, double... values) tDigestCreate(K key) tDigestCreate(K key, long compression) tDigestInfo(K key) tDigestMax(K key) tDigestMerge(K destinationKey, TDigestMergeOptions options, K... sourceKeys) tDigestMerge(K destinationKey, K... sourceKeys) tDigestMin(K key) tDigestQuantile(K key, double... quantiles) tDigestRank(K key, double... values) tDigestReset(K key) tDigestRevRank(K key, double... values) tDigestTrimmedMean(K key, double lowCutQuantile, double highCutQuantile) topKIncrBy(K key, LongScoredValue<V>... itemIncrements) topKListWithScores(K key) topKReserve(K key, long k) topKReserve(K key, long k, long width, long depth, double decay)
-
Method Details
-
bfAdd
-
bfCard
-
bfExists
-
bfInfo
-
bfInfo
-
bfInsert
-
bfInsert
-
bfMAdd
-
bfMExists
-
bfReserve
-
bfReserve
-
cfAdd
-
cfAddNx
-
cfCount
-
cfDel
-
cfExists
-
cfInfo
-
cfInsert
-
cfInsert
-
cfInsertNx
-
cfInsertNx
-
cfMExists
-
cfReserve
-
cfRserve
-
cmsIncrBy
-
cmsIncrBy
-
cmsInitByProb
-
cmsInitByDim
-
cmsQuery
-
cmsMerge
-
cmsMerge
-
cmsInfo
-
topKAdd
-
topKIncrBy
-
topKInfo
-
topKList
-
topKListWithScores
-
topKQuery
-
topKReserve
-
topKReserve
-
tDigestAdd
-
tDigestByRank
-
tDigestByRevRank
-
tDigestCdf
-
tDigestCreate
-
tDigestCreate
-
tDigestInfo
-
tDigestMax
-
tDigestMerge
-
tDigestMerge
-
tDigestMin
-
tDigestQuantile
-
tDigestRank
-
tDigestReset
-
tDigestRevRank
-
tDigestTrimmedMean
-