public interface HyperLogLogBinaryCommands
Modifier and Type | Method and Description |
---|---|
long |
pfadd(byte[] key,
byte[]... elements) |
long |
pfcount(byte[]... keys) |
long |
pfcount(byte[] key) |
java.lang.String |
pfmerge(byte[] destkey,
byte[]... sourcekeys) |
Copyright © 2024. All rights reserved.