Package redis.clients.jedis.commands
Interface HyperLogLogBinaryCommands
- All Known Subinterfaces:
JedisBinaryCommands
- All Known Implementing Classes:
Jedis,JedisCluster,JedisPooled,JedisSentineled,JedisSharding,UnifiedJedis
public interface HyperLogLogBinaryCommands
-
Method Summary
-
Method Details
-
pfadd
long pfadd(byte[] key, byte[]... elements) -
pfmerge
-
pfcount
long pfcount(byte[] key) -
pfcount
long pfcount(byte[]... keys)
-