pfmerge

PFMERGE

PFMERGE destkey sourcekey [sourcekey ...]

Merge multiple HyperLogLog values into an unique value that will approximate the cardinality of the union of the observed Sets of the source HyperLogLog structures.

The computed merged HyperLogLog is set to the destination variable, which is created if does not exist (defaulting to an empty HyperLogLog).

Return value

Simple string reply: The command just returns OK.

Examples

redis> PFADD hll1 foo bar zap a (intege