Interface HyperLogLogBinaryCommands

All Known Subinterfaces:
JedisBinaryCommands
All Known Implementing Classes:
Jedis, JedisCluster, JedisPooled, JedisSentineled, JedisSharding, UnifiedJedis

public interface HyperLogLogBinaryCommands
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    pfadd(byte[] key, byte[]... elements)
     
    long
    pfcount(byte[] key)
     
    long
    pfcount(byte[]... keys)
     
    pfmerge(byte[] destkey, byte[]... sourcekeys)
     
  • Method Details

    • pfadd

      long pfadd(byte[] key, byte[]... elements)
    • pfmerge

      String pfmerge(byte[] destkey, byte[]... sourcekeys)
    • pfcount

      long pfcount(byte[] key)
    • pfcount

      long pfcount(byte[]... keys)