Commands

PFADD

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

Learn more →
Read more

PFCOUNT

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

Learn more →
Read more

PFDEBUG

Internal commands for debugging HyperLogLog values.

Learn more →
Read more

PFMERGE

Merges one or more HyperLogLog values into a single key.

Learn more →
Read more

PFSELFTEST

An internal command for testing HyperLogLog values.

Learn more →
Read more