Uses of Class
com.redis.lettucemod.bloom.CuckooFilterInsertOptions
Packages that use CuckooFilterInsertOptions
Package
Description
-
Uses of CuckooFilterInsertOptions in com.redis.lettucemod
Methods in com.redis.lettucemod with parameters of type CuckooFilterInsertOptionsModifier and TypeMethodDescriptionRedisModulesAsyncCommandsImpl.cfInsert(K key, CuckooFilterInsertOptions options, V... items) reactor.core.publisher.Flux<Long>RedisModulesReactiveCommandsImpl.cfInsert(K key, CuckooFilterInsertOptions options, V... items) RedisModulesAsyncCommandsImpl.cfInsertNx(K key, CuckooFilterInsertOptions options, V... items) reactor.core.publisher.Flux<Long>RedisModulesReactiveCommandsImpl.cfInsertNx(K key, CuckooFilterInsertOptions options, V... items) -
Uses of CuckooFilterInsertOptions in com.redis.lettucemod.api.async
Methods in com.redis.lettucemod.api.async with parameters of type CuckooFilterInsertOptionsModifier and TypeMethodDescriptionRedisBloomAsyncCommands.cfInsert(K key, CuckooFilterInsertOptions options, V... items) RedisBloomAsyncCommands.cfInsertNx(K key, CuckooFilterInsertOptions options, V... items) -
Uses of CuckooFilterInsertOptions in com.redis.lettucemod.api.reactive
Methods in com.redis.lettucemod.api.reactive with parameters of type CuckooFilterInsertOptionsModifier and TypeMethodDescriptionreactor.core.publisher.Flux<Long>RedisBloomReactiveCommands.cfInsert(K key, CuckooFilterInsertOptions options, V... items) reactor.core.publisher.Flux<Long>RedisBloomReactiveCommands.cfInsertNx(K key, CuckooFilterInsertOptions options, V... items) -
Uses of CuckooFilterInsertOptions in com.redis.lettucemod.api.sync
Methods in com.redis.lettucemod.api.sync with parameters of type CuckooFilterInsertOptionsModifier and TypeMethodDescriptionRedisBloomCommands.cfInsert(K key, CuckooFilterInsertOptions options, V... items) RedisBloomCommands.cfInsertNx(K key, CuckooFilterInsertOptions options, V... items) -
Uses of CuckooFilterInsertOptions in com.redis.lettucemod.bloom
Methods in com.redis.lettucemod.bloom that return CuckooFilterInsertOptionsMethods in com.redis.lettucemod.bloom with parameters of type CuckooFilterInsertOptionsModifier and TypeMethodDescriptionBloomCommandBuilder.cfInsert(K key, V[] items, CuckooFilterInsertOptions options) BloomCommandBuilder.cfInsertNx(K key, V[] items, CuckooFilterInsertOptions options) -
Uses of CuckooFilterInsertOptions in com.redis.lettucemod.cluster
Methods in com.redis.lettucemod.cluster with parameters of type CuckooFilterInsertOptionsModifier and TypeMethodDescriptionRedisModulesAdvancedClusterAsyncCommandsImpl.cfInsert(K key, CuckooFilterInsertOptions options, V... items) reactor.core.publisher.Flux<Long>RedisModulesAdvancedClusterReactiveCommandsImpl.cfInsert(K key, CuckooFilterInsertOptions options, V... items) RedisModulesAdvancedClusterAsyncCommandsImpl.cfInsertNx(K key, CuckooFilterInsertOptions options, V... items) reactor.core.publisher.Flux<Long>RedisModulesAdvancedClusterReactiveCommandsImpl.cfInsertNx(K key, CuckooFilterInsertOptions options, V... items)