Class AbstractHyperLogLogCommands<K,V>

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

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

  • Method Details

    • _pfadd

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

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _pfmerge(K destination, K... sources)
    • _pfcount

      io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _pfcount(K... keys)