Skip to content

Redis hyperloglog commands (3/3 implemented)

PFADD

Adds elements to a HyperLogLog key. Creates the key if it doesn't exist.

PFCOUNT

Returns the approximated cardinality of the set(s) observed by the HyperLogLog key(s).

PFMERGE

Merges one or more HyperLogLog values into a single key.