> ## Documentation Index
> Fetch the complete documentation index at: https://upstash.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# HyperLogLog commands

> Commands for probabilistic cardinality estimation.

<CardGroup cols={2}>
  <Card title="PFADD" href="/docs/redis/commands/hyperloglog/pfadd">Add elements to HyperLogLog</Card>
  <Card title="PFCOUNT" href="/docs/redis/commands/hyperloglog/pfcount">Get estimated cardinality</Card>
  <Card title="PFMERGE" href="/docs/redis/commands/hyperloglog/pfmerge">Merge multiple HyperLogLogs</Card>
</CardGroup>


## Related topics

- [PFADD](/docs/redis/commands/hyperloglog/pfadd.md)
- [PFMERGE](/docs/redis/commands/hyperloglog/pfmerge.md)
- [PFCOUNT](/docs/redis/commands/hyperloglog/pfcount.md)
- [REST API](/docs/redis/features/restapi.md)
- [Logs](/docs/qstash/sdks/ts/examples/logs.md)
