Class AbstractBloomCommands<K,V>

java.lang.Object
io.quarkus.redis.runtime.datasource.AbstractRedisCommands
io.quarkus.redis.runtime.datasource.AbstractBloomCommands<K,V>
Direct Known Subclasses:
ReactiveBloomCommandsImpl

class AbstractBloomCommands<K,V> extends AbstractRedisCommands
  • Constructor Details

  • Method Details

    • _bfadd

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _bfadd(K key, V value)
    • _bfexists

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _bfexists(K key, V value)
    • _bfmadd

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _bfmadd(K key, V... values)
    • _bfmexists

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _bfmexists(K key, V... values)
    • _bfreserve

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _bfreserve(K key, double errorRate, long capacity, BfReserveArgs args)
    • _bfinsert

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _bfinsert(K key, BfInsertArgs args, V... values)