Commands

PFADD

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

Read more

PFCOUNT

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

Read more

PFDEBUG

Internal commands for debugging HyperLogLog values.

Read more

PFMERGE

Merges one or more HyperLogLog values into a single key.

Read more

PFSELFTEST

An internal command for testing HyperLogLog values.

Read more